PdfFieldCollection Methods |
The PdfFieldCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(PdfField) |
Adds a PdfField to the PdfFieldCollection.
| |
Add(PdfObject) |
Adds a PdfObject to the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
Clear |
Removes all items from the PdfFieldCollection.
| |
Contains(PdfField) |
Determines whether the PdfObjectCollection contains a specific PdfObject | |
Contains(PdfObject) |
Determines whether the PdfObjectCollection contains a specific PdfObject (Inherited from PdfObjectCollection.) | |
CopyTo(PdfField, Int32) |
Copies the elements of the PdfFieldCollection to an Array, starting at a particular Array index.
| |
CopyTo(PdfObject, Int32) |
Copies the elements of the PdfObjectCollection to an Array, starting at a particular Array index.
(Inherited from PdfObjectCollection.) | |
Equals | (Inherited from Object.) | |
Exists |
Determines whether a PdfField with the specified name exists.
| |
ExportData |
Export the form field data in this collection to a common PdfFieldDataFormat.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find |
Searches for the first PdfField with the specified name.
| |
FindAll |
Searches for all PdfFields with the specified name.
| |
GetEnumerator |
Returns an enumerator that iterates through a PdfFieldCollection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific PdfObject in the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(PdfField) |
Removes the first occurrence of a specific PdfField from the PdfFieldCollection.
| |
Remove(PdfObject) |
Removes the first occurrence of a specific PdfObject from the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |