Click or drag to resize

PdfFieldCollections Methods

The PdfFieldCollections type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a form field to the PdfFieldCollections.
Public methodClear Removes all items from the PdfFieldCollections.
Public methodContains Determines whether the collection contains a specific PdfField.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1.
Public methodGetByHandle Search collection for the field with the specified handle.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetFieldByDict Search collection for the field with the specified dictionary.
Public methodIndexOf Determines the index of a specific PdfField in the collection.
Public methodRemove Removes the first occurrence of a specific form field from the PdfFieldCollections
Top
See Also