Skip to main content

PrintOptionsViewModel.Duplex Property

Specifies the mode for double-sided printing.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public Duplex Duplex { get; set; }

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