Click or drag to resize

PrintSettingsIHandlerCollate Property

Gets or sets a value indicating whether to collate the copies.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Collate { get; set; }

Property Value

Type: Boolean
true if collate; otherwise, false.
Remarks
When true, all pages of the document will be printed together for each copy. e.g. 123, 123, 123. When false, each page will print all copies together, e.g. 111, 222, 333.
See Also