[This is preliminary documentation and is subject to change.]
This namespace contains the RAD PDF Document Form Field Object classes which can be used for reading and manipulating RAD PDF documents. RAD PDF Document Form Field Objects are saved to output documents as form fields (AcroForms).
Classes
| Class | Description | |
|---|---|---|
| RadPdfCheckField |
Check box type form field object.
| |
| RadPdfComboField |
Combo (drop down list of values with optional text entry) type form field object.
| |
| RadPdfField |
Abstract RAD PDF form field object.
| |
| RadPdfFieldCollection |
Collection of form field objects for use in RAD PDF.
| |
| RadPdfListField |
Listbox (scrollable list of values) type form field object.
| |
| RadPdfRadioField |
Radio (check box in which only a single value can be selected) type form field object.
| |
| RadPdfTextField |
Text box type form field object
|