Click or drag to resize

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 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. Each platform can have a different default for this, depending on the system settings or usual defaults of other applications.
See Also