collate property
Gets or sets a value that indicates whether the pages of a document are collated when printed.
Syntax
HRESULT value = object.put_collate(VARIANT_BOOL v);HRESULT value = object.get_collate(VARIANT_BOOL* p);
Property values
Type: VARIANT_BOOL
A pointer to a VARIANT_BOOL value that indicates whether the pages of the document are collated when printed.
Remarks
When you print collated copies of a document, the pages are printed in proper numerical sequence, regardless of how many copies are printed. For example, a printer that generates collated copies of a three-page document first prints one copy each of pages one, two, and three, and then starts again with page one.