public class PdfFormFieldsCollection : IEnumerable
Public Class PdfFormFieldsCollection
Implements IEnumerable
ItemInt32 | Gets the form field at a given index in collection |
ItemString | Gets 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 | Gets the collection enumerator |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
Remove | Removes a given form field from collection |
ToString | (Inherited from Object) |