PrinterSettings.Collate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the printed document is collated.
public:
property bool Collate { bool get(); void set(bool value); };
public bool Collate { get; set; }
member this.Collate : bool with get, set
Public Property Collate As Boolean
Property Value
true
if the printed document is collated; otherwise, false
. The default is false
.
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.