Skip to main content
A newer version of this page is available. .

PrintOptions.Duplex Property

Specifies the mode for double-sided printing.

Namespace: DevExpress.Xpf.Printing

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

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