C# Class CoolPrintPreview.CoolPrintPreviewControl.DocumentPrinter

Inheritance: System.Drawing.Printing.PrintDocument
Afficher le fichier Open project: Hli4S/TestMeApp

Méthodes publiques

Méthode Description
DocumentPrinter ( CoolPrintPreviewControl preview, int first, int last ) : System

Méthodes protégées

Méthode Description
OnBeginPrint ( System.Drawing.Printing.PrintEventArgs e ) : void
OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs e ) : void

Method Details

DocumentPrinter() public méthode

public DocumentPrinter ( CoolPrintPreviewControl preview, int first, int last ) : System
preview CoolPrintPreviewControl
first int
last int
Résultat System

OnBeginPrint() protected méthode

protected OnBeginPrint ( System.Drawing.Printing.PrintEventArgs e ) : void
e System.Drawing.Printing.PrintEventArgs
Résultat void

OnPrintPage() protected méthode

protected OnPrintPage ( System.Drawing.Printing.PrintPageEventArgs e ) : void
e System.Drawing.Printing.PrintPageEventArgs
Résultat void