Skip to main content

PrintOptions.Duplex Property

Specifies the mode for double-sided printing.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

[BindableProperty]
public virtual Duplex Duplex { get; set; }

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
.PrintOptions .Duplex

Remarks

This property is in effect if the PrintOptions.CanDuplex property is set to true.

See Also