Click or drag to resize

PdfPageWidgetEnumerator Current Property

Gets the current element in the collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Object Current { get; }

Property Value

Type: Object

Return Value

Type: Object
The current element in the collection.

Implements

IEnumerator Current
Exceptions
Exception Condition
InvalidOperationException The enumerator is positioned before the first element of the collection or after the last element.
See Also