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 Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
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