PrintOptions.Collate Property
Specifies whether to collate the pages if 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, to collate document pages; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Collate |
---|---|
BackstagePrintPreview |
|
Remarks
This property is in effect if the PrintOptions.AllowCollate property is set to true.
See Also