C# Class Patagames.Pdf.Net.Controls.Wpf.PagePrintedEventArgs

Provides data for the E:Patagames.Pdf.Net.Controls.Wpf.PdfPrint.PagePrinted event.
Inheritance: System.EventArgs
Afficher le fichier Open project: Patagames/Pdf.Wpf Class Usage Examples

Méthodes publiques

Méthode Description
PagePrintedEventArgs ( int PageNumber, int TotalToPrint ) : System

Constructs new instance of PagePrintedEventArgs class

Method Details

PagePrintedEventArgs() public méthode

Constructs new instance of PagePrintedEventArgs class
public PagePrintedEventArgs ( int PageNumber, int TotalToPrint ) : System
PageNumber int Zero-based number of a page which has been printed.
TotalToPrint int Indicates how many pages should be printed in current job.
Résultat System