Back to Devexpress

DXDuplexMode Enum

corelibraries-devexpress-dot-drawing-dot-printing-619773fa.md

latest1.1 KB
Original Source

DXDuplexMode Enum

Lists values that specify the duplex printing mode.

Namespace : DevExpress.Drawing.Printing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXDuplexMode
vb
Public Enum DXDuplexMode

Members

NameDescription
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.

|

The following properties accept/return DXDuplexMode values:

See Also

DevExpress.Drawing.Printing Namespace