PdfPageWidgetEnumerator
Reset Method
|
Sets the enumerator to its initial position,
which is before the first 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:
virtual void Reset() sealed
abstract Reset : unit -> unit
override Reset : unit -> unit
Implements
IEnumerator
Reset
Exceptions
Exception
|
Condition
|
InvalidOperationException
|
The collection was modified after the enumerator was created.
|
See Also