Click or drag to resize

RadPdf.Data.Document.Objects.FormFields Namespace

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
  ClassDescription
Public classPdfButtonField
Button type form field object.
Public classPdfCheckField
Check box type form field object.
Public classPdfComboField
Combo (drop down list of values with optional text entry) type form field object.
Public classPdfField
Abstract form field object for use in a PdfDocument.
Public classPdfFieldCollection
Collection of form field objects for use in a PdfDocument.
Public classPdfListField
Listbox (scrollable list of values) type form field object.
Public classPdfRadioField
Radio (check box in which only a single value can be selected) type form field object.
Public classPdfSignatureField
Signature type form field object
Public classPdfTextField
Text box type form field object
Structures
Interfaces
  InterfaceDescription
Public interfaceIPdfFieldRequired
Interface implemented by PdfField instances which support the required flag.