Skip to main content

PrintOptions.Copies Property

Specifies the number of document copies to print.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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