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.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PrintProgressEventArgs : EventArgs
Properties
Cancel
Gets the status of print progress whether it is cancelled.
Declaration
public bool Cancel { get; }
Property Value
Type |
---|
System.Boolean |
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 |