Enum PrinterMode.DuplexMode
Enumerated values for specifying how the printed pages are flipped when duplexing
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum PrinterMode.DuplexMode
Fields
| Name | Description |
|---|---|
| e_Duplex_Auto | use the current printer setting |
| e_Duplex_LongSide | flip the paper along the long side |
| e_Duplex_None | single-sided printing |
| e_Duplex_ShortSide | flip the paper along the short side |