Gets or sets an indicator whether collation should be used when printing multiple copies (if the printer supports this feature).
Read-write property
Visual Basic |
---|
Public Property Collate As Boolean |
A boolean value which is True if collation should be used when printing multiple copies. Otherwise, False is used and collation does not occur.
Not available at design time.
Note: You cannot set the Collate property after a document has been started. The effect of setting the Collate property depends on the driver supplied by the printer manufacturer. Some property settings may have no effect. Settings outside the accepted range may produce an error. The ErrorCode property will be set to -5015 or -5016 if the printer does not support this property. For more information, see the manufacturer's documentation for the specific printer driver.