PdfPrintingMode Enumeration |
Defines how single/multi-sided printing is done.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum PdfPrintingMode
Public Enumeration PdfPrintingMode
Members
| Member name | Description |
---|
| OneSided |
Print with one PDF page per sheet of paper
|
| TwoSidedFlipShortEdge |
Print two sided and flip the pages along the short edge. This is also known as tumble duplex.
|
| TwoSidedFlipLongEdge |
print two sided and flip the pages along the long edge. This is also known as no tumble duplex.
|
See Also