Skip to main content

PrintOptionsViewModel.AllowCollate Property

Gets whether the pages can be collated when multiple document copies are printed.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v26.1.dll

Declaration

public bool AllowCollate { get; }

Property Value

Type Description
Boolean

true, if the document copies can be collated; otherwise, false.

See Also