PrintOptions.Duplex Property
Specifies the mode for double-sided printing.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Duplex | The Duplex enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Duplex |
---|---|
BackstagePrintPreview |
|
Remarks
This property is in effect if the PrintOptions.CanDuplex property is set to true.
See Also