Click or drag to resize

PrintDialog Class

Dialog to show when printing a document or adjusting print settings
Inheritance Hierarchy

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

The PrintDialog type exposes the following members.

Constructors
  NameDescription
Public methodPrintDialog
Initializes a new instance of the PrintDialog class
Top
Properties
  NameDescription
Public propertyAllowPageRange
Gets or sets a value indicating whether the user can select the page range.
Public propertyAllowSelection
Gets or sets a value indicating whether the user can select to print the current selection.
Public propertyPrintSettings
Gets or sets the print settings the print dialog is modifying.
Top
Methods
  NameDescription
Public methodShowDialog
Shows the print dialog for the specified document, printing after closed if the user selects to print.
Top
See Also