Click or drag to resize

PdfPageWidgetEnumerator MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool MoveNext()

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

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