PrintOptions.Copies Property
Specifies the number of document copies to print.
Namespace: DevExpress.Xpf.Printing
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Copies |
---|---|
BackstagePrintPreview |
|
Remarks
This property is in effect if the PrintOptions.AllowCopies option is set to true.
The PrintOptions.Collate property specifies whether to collate the pages when multiple document copies are printed.
See Also