Patagames. |
| Class | Description | |
|---|---|---|
| ChoiceFieldItemsCollection | Represents a collection which holds a field's items to be presented to the user. | |
| ExportValuesCollection | Represents a collection which holds an array of text strings representing the export value of each PdfControl in the field. | |
| PdfButtonField | Represents an interactive control on the screen that the user can manipulate with the mouse. | |
| PdfCheckBoxControl | Represents a widget annotations that are associated with PdfCheckBoxField fields. | |
| PdfCheckBoxField | Represents a check box that toggles between two states, on and off. | |
| PdfChoiceField | Represents a choice field that contains several text items, one or more of which may be selected as the field value. | |
| PdfComboBoxControl | Represents a widget annotations that are associated with PdfComboBoxField fields. | |
| PdfComboBoxField | 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. | |
| PdfListBoxControl | Represents a widget annotations that are associated with PdfListBoxField fields. | |
| PdfListBoxField | Represents a scrollable list box. | |
| PdfPushButtonControl | Represents a widget annotations that are associated with PdfPushButtonField fields. | |
| PdfPushButtonField | Represents a pushbutton that is a purely interactive control that responds immediately to user input without retaining a permanent value. | |
| PdfRadioButtonControl | Represents a widget annotations that are associated with PdfRadioButtonField fields. | |
| PdfRadioButtonField | 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. | |
| PdfSignatureControl | Represents a widget annotations that are associated with PdfSignatureField fields. | |
| PdfSignatureField | Represents a signature field. | |
| PdfTextBoxControl | Represents a widget annotations that are associated with PdfTextBoxField fields. | |
| PdfTextBoxField | Represents a text field that is a box or space in which the user can enter text from the keyboard. |
| Structure | Description | |
|---|---|---|
| ChoiceFieldItem | Represents an item in a PdfListBoxField or PdfComboBoxField. |