public class PdfFormFieldsCollection : IEnumerable| ItemInt32 | Returns the form field at a given index in collection |
| ItemString | Retrieves the first form field with the given name from collection |
| Add | Adds a form field to collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| Remove | Removes a form field from collection |
| ToString | (Inherited from Object) |