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

PrintOptions.CanDuplex Property

Indicates whether double-sided printing is available.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[BindableProperty]
public virtual bool CanDuplex { get; set; }

Property Value

Type Description
Boolean

true, if duplex printing is available; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CanDuplex
BackstagePrintPreview
.PrintOptions.CanDuplex

Remarks

This property returns true if the target printer supports double-sided printing.

Use the PrintOptions.Duplex property to specify a desired duplex mode.

See Also