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; }
Public ReadOnly Property Current As Object
Get
public:
virtual property Object^ Current {
Object^ get () sealed;
}
abstract Current : Object with get
override Current : Object with 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