Click or drag to resize

PrintSettings Class

Settings for printing a PrintDocument
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PrintSettings : Widget

The PrintSettings type exposes the following members.

Constructors
  NameDescription
Public methodPrintSettings
Initializes a new instance of the PrintSettings class.
Public methodPrintSettings(PrintSettingsIHandler)
Initializes a new instance of the PrintSettings class.
Top
Properties
  NameDescription
Public propertyCollate
Gets or sets a value indicating whether to collate the copies.
Public propertyCopies
Gets or sets the number of copies to print.
Public propertyMaximumPageRange
Gets or sets the maximum page range the user can select.
Public propertyOrientation
Gets or sets the orientation of the page when printing
Public propertyPrintSelection
Gets or sets the print selection mode
Public propertyReverse
Gets or sets a value indicating whether to print in reverse.
Public propertySelectedPageRange
Gets or sets the user's selected page range.
Top
Remarks
This defines the parameters for printing such as how many copies, page range, orientation, etc.
See Also