PrintOptions.AllowCollate Property
Gets whether the pages can be collated when multiple document copies are printed.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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 |
|
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