PrintOptions.AllowCopies Property
Gets whether it is possible to print multiple document copies.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if multiple document copies can be printed; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowCopies |
---|---|
BackstagePrintPreview |
|
Remarks
This property returns true if the target printer allows printing multiple document copies.
Use the PrintOptions.Copies property to specify the required number of copies.
See Also