DXDuplexMode Enum
Lists values that specify the duplex printing mode.
Namespace: DevExpress.Drawing.Printing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
Default
|
Default mode (Simplex). |
Simplex
|
Printing on one side of the paper. |
DuplexShortEdge
|
Pages are bound along the short edge of the page. |
DuplexLongEdge
|
Pages are bound along the long edge of the page. |
Related API Members
The following properties accept/return DXDuplexMode values:
See Also