Pdf |
The PdfFieldCollections type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a form field to the PdfFieldCollections. | |
| Clear | Removes all items from the PdfFieldCollections. | |
| Contains | Determines whether the collection contains a specific PdfField. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| Find | 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. | |
| GetByHandle | Search collection for the field with the specified handle. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetFieldByDict | Search collection for the field with the specified dictionary. | |
| IndexOf | Determines the index of a specific PdfField in the collection. | |
| Remove | Removes the first occurrence of a specific form field from the PdfFieldCollections |