Click or drag to resize

DictIteratorHasNext Method

Checks for the next element.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool HasNext()

Return Value

Type: Boolean
True if the iterator can be successfully advanced to the next element; false if the end of the collection is reached.
See Also