Printer Object
 
Syntax
 
Printer.Copies = iNtal
 
Description
Returns or sets the number of copies to print.
 
Multiple copies of a document may or may not be collated, depending on the printer driver and on the setting of the Collate property.
 
Multiple copies of the entire document or multiple copies of each page may be printed. For printers that don’t support collating, set Copies = 1, and then use a loop in code to print multiple copies of the entire document.
 
This property relies on the printer driver, and may or may not be available on a particular printer. After setting this property, read it back to make sure the driver made the change, or check the Error property. If it is set to vperDeviceIncapable (7), then the printer does not support the selected setting and you should take appropriate action.
 
See Also
Example