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

PrintOptions.MaxCopies Property

Gets the maximum number of document copies that can be printed.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public int MaxCopies { get; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of copies.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxCopies
BackstagePrintPreview
.PrintOptions.MaxCopies

Remarks

Use the PrintOptions.Copies property to specify the number of copies to print.

See Also