Namespace UglyToad.PdfPig.AcroForms.Fields
Classes
- AcroCheckboxField
A checkbox which may be toggled on or off.
- AcroCheckboxesField
A set of related checkboxes.
- AcroChoiceOption
An option in a choice field, either AcroComboBoxField or AcroListBoxField.
- AcroComboBoxField
A combo box 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.
- AcroFieldBase
A field in an interactive AcroForm.
- AcroFieldCommonInformation
Information from the field dictionary which is common across all field types. All of this information is optional.
- AcroListBoxField
A scrollable list box field.
- AcroNonTerminalField
A non-leaf field in the form's structure.
- AcroPushButtonField
A push button responds immediately to user input without storing any state.
- AcroRadioButtonField
A single radio button.
- AcroRadioButtonsField
A set of radio buttons.
- AcroSignatureField
A digital signature field.
- AcroTextField
A text field is a box or space in which the user can enter text from the keyboard. The text may be restricted to a single line or may be permitted to span multiple lines.
Enums
- AcroButtonFieldFlags
Flags specifying various characteristics of a button type field in an AcroFieldBase.
- AcroChoiceFieldFlags
Flags specifying various characteristics of a choice type field in an AcroFieldBase.
- AcroFieldType
Indicates the type of field for a AcroFieldBase.
- AcroTextFieldFlags
Flags specifying various characteristics of a text type field in an AcroFieldBase.