TdxPrintDialog.Copies Property
In This Article
Determines the number of report copies to print.
#Declaration
Delphi
property Copies: Integer read; write; default 1;
#Property Value
Type | Default |
---|---|
Integer | 1 |
#Remarks
Use the Copies property to determine the number of copies to print.
The default value of this property is 1.
See Also