Gets the progress.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Progress { get; }
Public ReadOnly Property Progress As Single
	Get
public:
property float Progress {
	float get ();
}
member Progress : float32 with get

Property Value

Single

Remarks

Progress constantly increases from 0.0 to 1.0. 1.0 value means that entire document has been saved.

See Also