Click or drag to resize

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 void Reset()

Implements

IEnumerator Reset
Exceptions
Exception Condition
InvalidOperationException The collection was modified after the enumerator was created.
See Also