Enum PdfDuplexType
Specifies the duplex printing options for a PDF document.
public enum PdfDuplexType
Fields
FlipLongEdge = 3
FlipShortEdge = 2
Simplex = 1
Undefined = 0
Remarks
This enumeration defines the possible duplex (double-sided) printing modes for a PDF document. Use these values to indicate whether and how the pages should be printed on both sides of the paper.