usePrinterCopyCollate property
Gets or sets a value that indicates whether the printer copy/collate feature is enabled.
Syntax
HRESULT value = object.put_usePrinterCopyCollate(VARIANT_BOOL v);HRESULT value = object.get_usePrinterCopyCollate(VARIANT_BOOL* p);
Property values
Type: VARIANT_BOOL
A pointer to a VARIANT_BOOL value that, when set to TRUE, indicates that copy/collate is enabled, and, when set to FALSE, indicates that copy/collate is disabled.
Remarks
ITemplatePrinter2::usePrinterCopyCollate was introduced in Microsoft Internet Explorer 6
Show: