Click or drag to resize

PrintDialogIHandler Interface

Handler for the PrintDialog.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonDialogIHandler, 
	WidgetIHandler

The PrintDialogIHandler type exposes the following members.

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 propertyDocument
Gets or sets the document that is being printed.
Public propertyPrintSettings
Gets or sets the print settings the print dialog is modifying.
Top
See Also