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

PrintOptionsViewModel.Copies Property

Specifies the number of document copies to print.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public short Copies { get; set; }

Property Value

Type Description
Int16

An integer number specifying the number of document copies.

Remarks

This property is in effect if the PrintOptionsViewModel.AllowCopies option is set to true.

The PrintOptionsViewModel.Collate property specifies whether to collate the pages when multiple document copies are printed.

See Also