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