System.Drawing.Printing.PrinterSettings.Collate Property

Gets or sets a value indicating whether the printed document is collated.

Syntax

public bool Collate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Collating is performed only when the number of copies is greater than 1. Set the PrinterSettings.Copies property to specify the number of copies to print.

Setting PrinterSettings.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.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0