Table of Contents

Property Collate

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

Collate

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

public virtual bool Collate { get; set; }

Property Value

bool

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.