PrintOptionsViewModel.Copies Property
Specifies the number of document copies to print.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Int16 | An integer number specifying the number of document copies. |
Remarks
This property is in effect if the PrintOptionsViewModel.AllowCopies option is set to true.
The PrintOptionsViewModel.Collate property specifies whether to collate the pages when multiple document copies are printed.
See Also