C# Класс ARCed.Scintilla.PrintDocument

Наследование: System.Drawing.Printing.PrintDocument
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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