PrintSettingsIHandlerReverse 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 bool Reverse { get; set; }
Property Reverse As Boolean
Get
Set
abstract Reverse : bool with get, set
Property Value
Type:
Booleantrue 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.
Each platform can have a different default for this, depending on the system settings or usual defaults of other applications.
See Also