PrintOptions.MaxCopies Property
Gets the maximum number of document copies that can be printed.
Namespace: DevExpress.Xpf.Printing
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MaxCopies |
---|---|
BackstagePrintPreview |
|
Remarks
Use the PrintOptions.Copies property to specify the number of copies to print.
See Also