Click or drag to resize

Patagames.Pdf.Net.AcroForms Namespace

Contains types used to create and manipulate the form fields
Classes
  ClassDescription
Public classChoiceFieldItemsCollection
Represents a collection which holds a field's items to be presented to the user.
Public classExportValuesCollection
Represents a collection which holds an array of text strings representing the export value of each PdfControl in the field.
Public classPdfButtonField
Represents an interactive control on the screen that the user can manipulate with the mouse.
Public classPdfCheckBoxControl
Represents a widget annotations that are associated with PdfCheckBoxField fields.
Public classPdfCheckBoxField
Represents a check box that toggles between two states, on and off.
Public classPdfChoiceField
Represents a choice field that contains several text items, one or more of which may be selected as the field value.
Public classPdfComboBoxControl
Represents a widget annotations that are associated with PdfComboBoxField fields.
Public classPdfComboBoxField
Represents a combo box that consisting of a drop-down list optionally accompanied by an editable text box in which the user can type a value other than the predefined choices.
Public classPdfListBoxControl
Represents a widget annotations that are associated with PdfListBoxField fields.
Public classPdfListBoxField
Represents a scrollable list box.
Public classPdfPushButtonControl
Represents a widget annotations that are associated with PdfPushButtonField fields.
Public classPdfPushButtonField
Represents a pushbutton that is a purely interactive control that responds immediately to user input without retaining a permanent value.
Public classPdfRadioButtonControl
Represents a widget annotations that are associated with PdfRadioButtonField fields.
Public classPdfRadioButtonField
Represents radio button fields which contain a set of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time, and selecting any one of the buttons automatically deselects all the others.
Public classPdfSignatureControl
Represents a widget annotations that are associated with PdfSignatureField fields.
Public classPdfSignatureField
Represents a signature field.
Public classPdfTextBoxControl
Represents a widget annotations that are associated with PdfTextBoxField fields.
Public classPdfTextBoxField
Represents a text field that is a box or space in which the user can enter text from the keyboard.
Structures
  StructureDescription
Public structureChoiceFieldItem
Represents an item in a PdfListBoxField or PdfComboBoxField.