![]() |
#include <Print.h>
Public Types | |
enum | DuplexMode { e_Duplex_Auto = 0, e_Duplex_None = 1, e_Duplex_LongSide = 2, e_Duplex_ShortSide = 3 } |
Enumerated values for specifying how the printed pages are flipped when duplexing. More... | |
enum | OutputQuality { e_OutputQuality_Draft = -1, e_OutputQuality_Low = -2, e_OutputQuality_Medium = -3, e_OutputQuality_High = -4 } |
Enumerated values for specifying the quality of the printing. More... | |
enum | OutputColor { e_OutputColor_Color = 0, e_OutputColor_Grayscale = 1, e_OutputColor_Monochrome = 2 } |
Enumerated values for specifying the color mode for printing. More... | |
Public Member Functions | |
PrinterMode () | |
~PrinterMode () | |
void | SetCopyCount (int copyCount) |
void | SetCollation (bool collation) |
void | SetDuplexing (DuplexMode mode) |
void | SetOutputQuality (OutputQuality quality) |
void | SetOutputColor (OutputColor color) |
void | SetDPI (int dpi) |
pdftron::PDF::PrinterMode::PrinterMode | ( | ) |
pdftron::PDF::PrinterMode::~PrinterMode | ( | ) |
void pdftron::PDF::PrinterMode::SetCopyCount | ( | int | copyCount | ) |
void pdftron::PDF::PrinterMode::SetCollation | ( | bool | collation | ) |
void pdftron::PDF::PrinterMode::SetDuplexing | ( | DuplexMode | mode | ) |
void pdftron::PDF::PrinterMode::SetOutputQuality | ( | OutputQuality | quality | ) |
void pdftron::PDF::PrinterMode::SetOutputColor | ( | OutputColor | color | ) |
void pdftron::PDF::PrinterMode::SetDPI | ( | int | dpi | ) |