Contains classes that are used by Merger for .NET to manipulate Acro Forms.
| Class | Description |
|---|---|
| ButtonField | Base class representing a button field. |
| CheckBoxField | Base class representing a check box field. |
| ChoiceField | Base class representing a choice field. |
| ComboBoxField | Base class representing a combo box field. |
| Form | Base class representing a PDF form. |
| FormCalculationOrder | Represents a PDF forms calculation order. |
| FormEventArgs | Provides data for the Form's FieldsAdded event. |
| FormField | Represents a PDF form field. |
| FormFieldList | Represents a collection of form fields. |
| ListBoxField | Base class representing a list box field. |
| RadioButtonField | Base class representing a radio button field. |
| SignatureField | Base class representing a signature field. |
| TextField | Base class representing a text field. |
| TextFieldList | Represents a collection of text form fields. |
| Enumeration | Description |
|---|---|
| FormFieldAlign | Specifies alignment of form fields. |
| FormFieldFlags | Specifies form field flags. |
| SignatureFlags | Specifies signature field flags. |
| Delegate | Description |
|---|---|
| FormFieldsAddedEventHandler | Represents the method that will handle the FormFieldsAdded event of the Form. |
© Copyright 2006, ceTe Software