PrintDuplexMode Enum
Lists values that indicate the duplex printing mode for a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Members
| Name | Description |
|---|---|
None
|
No duplex printing is performed. |
Simplex
|
The document is printed on one side of the paper only. |
DuplexFlipShortEdge
|
The document is printed on both sides of the paper, and the pages are flipped along the short edge of the paper. |
DuplexFlipLongEdge
|
The document is printed on both sides of the paper, and the pages are flipped along the long edge of the paper. |
Related API Members
The following properties accept/return PrintDuplexMode values:
See Also