ComponentOne VSView 8.0
Collate Property

Returns or sets whether multiple copies will be collated.

Syntax

[form!]VSPrinter.Collate[ = CollateSettings ]

Remarks

The settings for the Collate property are described below:

Constant

Value

Description

colFalse

0

Do not collate when printing multiple copies.

colTrue

1

Collate when printing multiple copies.

Using colTrue provides faster, more efficient output for collation, since the data is sent to the device driver just once, no matter how many copies are required. The printer is told to simply print the page again.

The default value for this property depends on the printer driver and the current printer settings.

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

CollateSettings (Enumeration)

 

 


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

Product Support Forum  |  Documentation Feedback