PDFKit.NET 2.0 Class Library (.NET 2.0)

JavaScriptEnumerator.MoveNext Method 

Advances the enumerator to the next element of the collection.

public bool MoveNext();

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

JavaScriptEnumerator Class | TallComponents.PDF.JavaScript Namespace