This class represents a collection of fields in the PDF form of a PDF document
Inheritance Hierarchy
EvoWordToPdfPdfFormFieldsCollection
Namespace: EvoWordToPdf
Assembly: evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax
The PdfFormFieldsCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 |
Gets the form field at a given index in collection
| |
| ItemString |
Gets the first form field with the given name from collection
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a form field to collection
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets the collection enumerator
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes a given form field from collection
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also