C# Class MyPrintDocument, gert

Inheritance: PrintDocument
Mostrar archivo Open project: mono/gert Class Usage Examples

Public Methods

Method Description
MyPrintDocument ( ) : System

Protected Methods

Method Description
OnPrintPage ( PrintPageEventArgs e ) : void

Private Methods

Method Description
MyPrintDocument_PrintPage ( object sender, PrintPageEventArgs e ) : void

Method Details

MyPrintDocument() public method

public MyPrintDocument ( ) : System
return System

OnPrintPage() protected method

protected OnPrintPage ( PrintPageEventArgs e ) : void
e PrintPageEventArgs
return void