Skip to main content
A newer version of this page is available. .

PrintOptions.AllowCopies Property

Gets whether it is possible to print multiple document copies.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool AllowCopies { get; }

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
.PrintOptions.AllowCopies

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