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

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 int Current { get; }
Public ReadOnly Property Current As Integer
	Get
public:
property int Current {
	int get ();
}
member Current : int with get

Property Value

Int32

Remarks

The index value increases constantly from 0 to Total.

See Also