Click or drag to resize

NumberTreeIterator Class

NumberTreeIterator is used to traverse key/value pairs in a NumberTree.
Inheritance Hierarchy
SystemObject
  pdftron.SDFNumberTreeIterator

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class NumberTreeIterator : IClosable

The NumberTreeIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Checks if this DictIterator is equals to the specified NumberTreeIterator object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasNext
Checks for the next element.
Public methodKey
Gets the key.
Public methodNext
Advances the iterator to the next element of the collection.
Public methodSet
Sets value to the specified NumberTreeIterator.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValue
Gets the value.
Top
See Also