ComponentOne VSView 8.0
Copies Property

Returns or sets the number of copies to print.

Syntax

[form!]VSPrinter.Copies[ = value As Integer ]

Remarks

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.

Data Type

Integer

Default Value

1

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback