Click or drag to resize

PrintDocumentIHandler Interface

Handler interface for the PrintDocument widget

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

The PrintDocumentIHandler type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name of the document to show in the printer queue
Public propertyPageCount
Gets or sets the total number of pages available to be printed in this document.
Public propertyPrintSettings
Gets or sets the print settings for the document when printing.
Top
Methods
  NameDescription
Public methodPrint
Prints this document immediately using the current PrintSettings
Top
See Also