| PrintDocumentICallbackOnPrintPage Method  | 
 
            Raises the print page event, which should be called for each page in the selected page range to render its contents.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid OnPrintPage(
	PrintDocument widget,
	PrintPageEventArgs e
)
Sub OnPrintPage ( 
	widget As PrintDocument,
	e As PrintPageEventArgs
)
abstract OnPrintPage : 
        widget : PrintDocument * 
        e : PrintPageEventArgs -> unit 
Parameters
- widget
- Type: Eto.FormsPrintDocument
 [Missing <param name="widget"/> documentation for "M:Eto.Forms.PrintDocument.ICallback.OnPrintPage(Eto.Forms.PrintDocument,Eto.Forms.PrintPageEventArgs)"] 
- e
- Type: Eto.FormsPrintPageEventArgs
 [Missing <param name="e"/> documentation for "M:Eto.Forms.PrintDocument.ICallback.OnPrintPage(Eto.Forms.PrintDocument,Eto.Forms.PrintPageEventArgs)"] 
 See Also
See Also