cab CUPS Treiber  ---
o_options_t Struct Reference

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
 

Detailed Description

Structure for printing parameters.

Definition at line 183 of file cab_options.h.

Field Documentation

◆ backfeed

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().

◆ ignore_paperend

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().

◆ image_optimization

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().

◆ mirrored

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().

◆ replace

int o_options_t::replace

Definition at line 190 of file cab_options.h.

Referenced by get_option_replace(), and set_replace().

◆ rotate

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().

◆ tear_off

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().


The documentation for this struct was generated from the following file: