Class PrintProgressEventArgs
Provides data for 'PrintProgress' event.
Inheritance
System.Object
System.EventArgs
PrintProgressEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |