Click or drag to resize

FieldIterator Class

FieldIterator is an iterator type that can be used to traverse a list form fields in a PDF document. For more information, please PDFDoc.getFieldIterator().
Inheritance Hierarchy
SystemObject
  pdftron.PDFFieldIterator

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

The FieldIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCurrent
Get the current Field object
Public methodEquals
Determines if equals to the given 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
Determines if the iteration has more elements.
Public methodNext
iterates to the next object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also