Property Collate
Collate
Gets or sets a value indicating whether the printed document is collated.
bool Collate { get; set; }
Property Value
Remarks
Collating is performed only when the number of copies is greater than 1. Set the Copies property to specify the number of copies to print. Setting Collate to true will print a complete copy of the document before the first page of the next copy is printed. false will print each page by the number of copies specified before printing the next page.