Click or drag to resize

DigitalSignatureFieldIterator Class

DigitalSignatureFieldIterator is an iterator type that can be used to traverse a list of digital signature form fields in a PDF document.
Inheritance Hierarchy
SystemObject
  pdftron.PDFDigitalSignatureFieldIterator

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

The DigitalSignatureFieldIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCurrent
Gets the current DigitalSignatureField 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