Enum DuplexMode
- Namespace
- combit.Reporting.Printing.Pdf
- Assembly
- combit.ListLabel31.CrossPlatform.Printing.Pdf.dll
Specifies the duplex (double-sided) printing mode.
public enum DuplexMode
Fields
LongEdge = 1Double-sided printing with pages flipped along the long edge (portrait binding).
None = 0Single-sided printing (simplex).
ShortEdge = 2Double-sided printing with pages flipped along the short edge (landscape binding).