This namespace provides classes which can be used to encapsulate and manipulate PDF form fields in PDF documents. PDF form field objects are saved to output documents as form fields (AcroForms).
Classes
| Class | Description | |
|---|---|---|
| PdfButtonField |
Button type form field object
| |
| PdfCheckField |
Check box type form field object.
| |
| PdfComboField |
Combo (drop down list of values with optional text entry) type form field object.
| |
| PdfField |
Abstract form field object for use in a PdfDocument.
| |
| PdfFieldCollection |
Collection of form field objects for use in a PdfDocument.
| |
| PdfListField |
Listbox (scrollable list of values) type form field object.
| |
| PdfRadioField |
Radio (check box in which only a single value can be selected) type form field object.
| |
| PdfSignatureField |
Signature type form field object
| |
| PdfTextField |
Text box type form field object
|
Structures
| Structure | Description | |
|---|---|---|
| PdfFieldCollection Enumerator |
Enumerates the PdfField elements of a PdfFieldCollection.
|