RadPdf.Data.Document.Objects.FormFields Namespace |
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
|
Structure | Description | |
---|---|---|
PdfFieldCollectionEnumerator |
Enumerates the PdfField elements of a PdfFieldCollection.
|
Interface | Description | |
---|---|---|
IPdfFieldRequired |
Interface implemented by PdfField instances which support the required flag.
|