C# 클래스 ARCed.Scintilla.PrintDocument

상속: System.Drawing.Printing.PrintDocument
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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 ( Graphics oGraphics, Rectangle oBounds ) : void
DrawFooter ( Graphics oGraphics, Rectangle oBounds, PageInformation oFooter ) : Rectangle
DrawHeader ( Graphics oGraphics, Rectangle oBounds, PageInformation oHeader ) : Rectangle
ResetDocumentName ( ) : void
ResetOriginAtMargins ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeDocumentName ( ) : bool
ShouldSerializeOriginAtMargins ( ) : bool

메소드 상세

OnBeginPrint() 보호된 메소드

Method called after the Print method is called and before the first page of the document prints
protected OnBeginPrint ( System.Drawing.Printing.PrintEventArgs e ) : void
e System.Drawing.Printing.PrintEventArgs A PrintPageEventArgs that contains the event data
리턴 void

OnEndPrint() 보호된 메소드

Method called when the last page of the document has printed
protected OnEndPrint ( System.Drawing.Printing.PrintEventArgs e ) : void
e System.Drawing.Printing.PrintEventArgs A PrintPageEventArgs that contains the event data
리턴 void

OnPrintPage() 보호된 메소드

Method called when printing a page
protected OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs e ) : void
e System.Drawing.Printing.PrintPageEventArgs A PrintPageEventArgs that contains the event data
리턴 void

PrintDocument() 공개 메소드

Default Constructor
public PrintDocument ( Scintilla oScintillaControl ) : System.ComponentModel
oScintillaControl Scintilla Scintilla control being printed
리턴 System.ComponentModel