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

PrintOptionsViewModel.Collate Property

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

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public bool Collate { get; set; }

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