Advances the enumerator to the next element of the collection.

Namespace: TallComponents.PDF.JavaScript
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool MoveNext()
Visual Basic
Public Function MoveNext As Boolean

Return Value

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

See Also