PrintOptionsViewModel.Duplex Property
Specifies the mode for double-sided printing.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Duplex | The Duplex enumeration value. |
Remarks
If the PrintOptionsViewModel.CanDuplex property is set to true, you can use the Duplex property to specify the desired duplex mode.
See Also