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

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

Public Methods

Method Description
PagePrintedEventArgs ( int PageNumber, int TotalToPrint ) : System

Constructs new instance of PagePrintedEventArgs class

Method Details

PagePrintedEventArgs() public method

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.
return System