Click or drag to resize

PrinterModeDuplexMode Enumeration

Enumerated values for specifying how the printed pages are flipped when duplexing

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PrinterModeDuplexMode
Members
  Member nameValueDescription
e_Duplex_Auto0use the current printer setting
e_Duplex_None1single-sided printing
e_Duplex_LongSide2flip the paper along the long side
e_Duplex_ShortSide3flip the paper along the short side
See Also