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

PrintOptions.AllowCollate Property

Gets whether the pages can be collated when multiple document copies are printed.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public bool AllowCollate { get; }

Property Value

Type Description
Boolean

true, if the document copies can be collated; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowCollate
BackstagePrintPreview
.PrintOptions.AllowCollate

Remarks

This property returns true, if the target printer supports collating and multiple document copies are printed (the PrintOptions.Copies property’s value is greater than 1).

Use the PrintOptions.Collate property to specify whether to collate the printed document.

See Also