Table of Contents

Class ProgressEventArgs

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Shows the saving progress of the PDF document.

public class ProgressEventArgs
Inheritance
ProgressEventArgs
Inherited Members

Properties

Current

Gets the current element (page) index that just was saved.

public int Current { get; }

Property Value

int

Remarks

The index value increases constantly from 0 to Total.

Progress

Gets the progress.

public float Progress { get; }

Property Value

float

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.

public int Total { get; }

Property Value

int