Class ProgressEventArgs
Shows the saving progress of the PDF document.
Inheritance
System.Object
ProgressEventArgs
Inherited Members
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.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class ProgressEventArgs
Properties
Current
Gets the current element (page) index that just was saved.
Declaration
public int Current { get; }
Property Value
Type |
---|
System.Int32 |
Remarks
The index value increases constantly from 0 to Total.
Progress
Gets the progress.
Declaration
public float Progress { get; }
Property Value
Type |
---|
System.Single |
Remarks
Progress constantly increases from 0.0 to 1.0. 1.0 value means that entire document has been saved.
Total
Gets the total number of the elements (pages) that need to be saved.
Declaration
public int Total { get; }
Property Value
Type |
---|
System.Int32 |