Click or drag to resize

PrintPageEventArgs Class

Event arguments when printing a page.
Inheritance Hierarchy

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

The PrintPageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPrintPageEventArgs
Initializes a new instance of the PrintPageEventArgs class.
Top
Properties
  NameDescription
Public propertyCurrentPage
Gets the current page that is being printed.
Public propertyGraphics
Gets the graphics context to draw the page's content.
Public propertyPageSize
Gets the size of the page, in device units.
Top
See Also