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; }
Public Property Reverse As Boolean
Get
Set
member 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.
See Also