Skip to main content
All docs
V24.1

DXPrinterSettings.Copies Property

Specifies the number of copies.

Namespace: DevExpress.Drawing.Printing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public virtual short Copies { get; set; }

Property Value

Type Description
Int16

The number of copies.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Copies
Cross-Platform Class Library PrintDocumentEventArgs
.PrinterSettings .Copies
Office File API PdfPrinterSettings
.DXSettings .Copies

Remarks

If you print multiple copies, use the Collate property to specify the page order.

See Also