Skip to main content

PrintOptions.Collate Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

[BindableProperty(true)]
public virtual bool Collate { get; set; }

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
.PrintOptions .Collate

Remarks

This property is in effect if the PrintOptions.AllowCollate property is set to true.

See Also