Skip to main content
All docs
V23.2

DXPrinterSettings.Duplex Property

Specifies whether and how to print on both sides of the paper.

Namespace: DevExpress.Drawing.Printing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public virtual DXDuplexMode Duplex { get; set; }

Property Value

Type Description
DXDuplexMode

A DXDuplexMode value that specifies the duplex mode.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Duplex
PrintDocumentEventArgs
.PrinterSettings .Duplex
See Also