Click or drag to resize

NameTreeIterator Class

NameTreeIterator is used to traverse key/value pairs in a NameTree.
Inheritance Hierarchy
SystemObject
  pdftron.SDFNameTreeIterator

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

The NameTreeIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Checks if this DictIterator is equals to the specified NameTreeIterator 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 NameTreeIterator.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValue
Gets the value.
Top
See Also