DXPrinterSettings.Duplex Property
In This Article
Specifies whether and how to print on both sides of the paper.
Namespace: DevExpress.Drawing.Printing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public virtual DXDuplexMode Duplex { get; set; }
#Property Value
Type | Description |
---|---|
DXDuplex |
A DXDuplex |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Duplex |
---|---|---|
Cross-Platform Class Library | Print |
|
Office File API | Pdf |
|
See Also