cab CUPS Treiber
---
|
Structure for printing parameters. More...
#include <cab_options.h>
Data Fields | |
int | mirrored |
Mirrowed label printing. More... | |
int | rotate |
Rotate the label contents 180 degrees. More... | |
int | tear_off |
Enables the "tear off mode" ... More... | |
char | backfeed [2] |
Backfeed Modus: 'D' or 'P'. More... | |
int | ignore_paperend |
Ignore paper end. More... | |
int | image_optimization |
int | replace |
Structure for printing parameters.
Definition at line 183 of file cab_options.h.
char o_options_t::backfeed[2] |
Backfeed Modus: 'D' or 'P'.
Definition at line 187 of file cab_options.h.
Referenced by get_o_option_cmd(), and set_BackfeedMode().
int o_options_t::ignore_paperend |
Ignore paper end.
Definition at line 188 of file cab_options.h.
Referenced by get_o_option_cmd(), and set_IgnorePaperend().
int o_options_t::image_optimization |
Definition at line 189 of file cab_options.h.
Referenced by get_option_image_optimization(), and set_image_optimization().
int o_options_t::mirrored |
Mirrowed label printing.
Definition at line 184 of file cab_options.h.
Referenced by get_o_option_cmd(), and set_LabelMirrored().
int o_options_t::replace |
Definition at line 190 of file cab_options.h.
Referenced by get_option_replace(), and set_replace().
int o_options_t::rotate |
Rotate the label contents 180 degrees.
Definition at line 185 of file cab_options.h.
Referenced by get_o_option_cmd(), and set_LabelRotate().
int o_options_t::tear_off |
Enables the "tear off mode" ...
Definition at line 186 of file cab_options.h.
Referenced by get_o_option_cmd(), and set_TearOffMode().