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.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool AllowCollate { get; }

Property Value

Type Description
Boolean

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

See Also