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

PrintOptions.Collate Property

Specifies whether to collate the pages if multiple document copies are printed.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[BindableProperty(true)]
public virtual bool Collate { get; set; }

Property Value

Type Description
Boolean

true, to collate document pages; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Collate
BackstagePrintPreview
.PrintOptions.Collate

Remarks

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

See Also