Programming with Reflection
DfltPrintCopies property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how many copies to print. This statement changes the default number of printed copies to two:
Session.DfltPrintCopies = 2
The default is 1.
The range of values is 1-99.
This property only affects printing from the Print dialog box, since a number of copies must be specified with the Print method.