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 Collate As Boolean
Get
Set
abstract Collate : bool with get, set
Property Value
Type:
Booleantrue 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