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

PrintOptions.Copies Property

Specifies the number of document copies to print.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[BindableProperty]
public virtual short Copies { get; set; }

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

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