Click or drag to resize

PdfFieldCollection Methods

The PdfFieldCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(PdfField)
Adds a PdfField to the PdfFieldCollection.
Public methodAdd(PdfObject) (Inherited from PdfObjectCollection.)
Public methodClear
Removes all items from the PdfFieldCollection.
Public methodContains(PdfField)
Determines whether the PdfObjectCollection contains a specific PdfObject
Public methodContains(PdfObject)
Determines whether the PdfObjectCollection contains a specific PdfObject
(Inherited from PdfObjectCollection.)
Public methodCopyTo(PdfField, Int32)
Copies the elements of the PdfFieldCollection to an Array, starting at a particular Array index.
Public methodCopyTo(PdfObject, Int32)
Copies the elements of the PdfObjectCollection to an Array, starting at a particular Array index.
(Inherited from PdfObjectCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Determines whether a PdfField with the specified name exists.
Public methodExportData
Export the form field data in this collection to a common PdfFieldDataFormat.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Searches for the first PdfField with the specified name.
Public methodFindAll
Searches for all PdfFields with the specified name.
Public methodGetEnumerator
Returns an enumerator that iterates through a PdfFieldCollection.
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 methodIndexOf
Determines the index of a specific PdfObject in the PdfObjectCollection.
(Inherited from PdfObjectCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(PdfField)
Removes the first occurrence of a specific PdfField from the PdfFieldCollection.
Public methodRemove(PdfObject)
Removes the first occurrence of a specific PdfObject from the PdfObjectCollection.
(Inherited from PdfObjectCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also