메소드 | 설명 | |
---|---|---|
PrintDocument ( Scintilla oScintillaControl ) : System.ComponentModel |
Default Constructor
|
메소드 | 설명 | |
---|---|---|
OnBeginPrint ( System.Drawing.Printing.PrintEventArgs e ) : void |
Method called after the Print method is called and before the first page of the document prints
|
|
OnEndPrint ( System.Drawing.Printing.PrintEventArgs e ) : void |
Method called when the last page of the document has printed
|
|
OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs e ) : void |
Method called when printing a page
|
메소드 | 설명 | |
---|---|---|
DrawCurrentPage ( |
||
DrawFooter ( |
||
DrawHeader ( |
||
ResetDocumentName ( ) : void | ||
ResetOriginAtMargins ( ) : void | ||
ShouldSerialize ( ) : bool | ||
ShouldSerializeDocumentName ( ) : bool | ||
ShouldSerializeOriginAtMargins ( ) : bool |
protected OnBeginPrint ( System.Drawing.Printing.PrintEventArgs e ) : void | ||
e | System.Drawing.Printing.PrintEventArgs | A PrintPageEventArgs that contains the event data |
리턴 | void |
protected OnEndPrint ( System.Drawing.Printing.PrintEventArgs e ) : void | ||
e | System.Drawing.Printing.PrintEventArgs | A PrintPageEventArgs that contains the event data |
리턴 | void |
protected OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs e ) : void | ||
e | System.Drawing.Printing.PrintPageEventArgs | A PrintPageEventArgs that contains the event data |
리턴 | void |
public PrintDocument ( Scintilla oScintillaControl ) : System.ComponentModel | ||
oScintillaControl | Scintilla | Scintilla control being printed |
리턴 | System.ComponentModel |