Skip to main content
All docs
V23.2

DXDuplexMode Enum

Lists values that specify the duplex printing mode.

Namespace: DevExpress.Drawing.Printing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXDuplexMode

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