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

PrintOptionsViewModel.MaxCopies Property

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

Namespace: DevExpress.Xpf.Printing.PreviewControl

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.

Remarks

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

See Also