PrintProgressEventArgs Class
Provides data for 'PrintProgress' event.
Inheritance
System.Object
PrintProgressEventArgs
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class PrintProgressEventArgs : EventArgs
Properties
PageCount
Gets the count of total number of pages to be printed.
Declaration
public int PageCount { get; }
Property Value
Type |
---|
System.Int32 |
PageIndex
Get the current printing page index.
Declaration
public int PageIndex { get; }
Property Value
Type |
---|
System.Int32 |