Click or drag to resize

PrintSettingsReverse Property

Gets or sets a value indicating whether to print in reverse.

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

Property Value

Type: Boolean
true to print in reverse; otherwise, false.
Remarks
Printing in reverse will typically finish the job with the first page of the document at the top, since most printers stack the pages from bottom to top.
See Also