PrintSettingsCollate 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 [DefaultValueAttribute(true)]
public bool Collate { get; set; }
<DefaultValueAttribute(true)>
Public Property Collate As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member 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