Advances the enumerator to the next element of the collection.

Namespace: TallComponents.PDF.Layout.JavaScript
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

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