PrintOptionsViewModel.MaxCopies Property
Gets the maximum number of document copies that can be printed.
Namespace: DevExpress.Xpf.Printing.PreviewControl
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the maximum number of copies. |
Remarks
Use the PrintOptionsViewModel.Copies property to specify the number of copies to print.
See Also