PrintOptionsViewModel.Collate Property
Specifies whether to collate the pages if multiple document copies are printed.
Namespace: DevExpress.Xpf.Printing.PreviewControl
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. |
Remarks
This property is in effect if multiple document copies are printed (the PrintOptionsViewModel.Copies property’s value is greater than 1) and the PrintOptionsViewModel.AllowCollate option is enabled.
See Also