Namespace PSPDFKit.Pdf.Form

Classes

ButtonFormField

A button that can be pressed.

CheckBoxFormField

A check box that can either be checked or unchecked. One check box form field can also be associated to multiple single check box widgets. In this case, Options contains the value of the associated FormOption.

ComboBoxFormField

A combo box is a drop down box with the option to add custom entries. See Edit.

FormOption

A form option is used to identify all possible options for the following form field types: CheckBoxFormField ListBoxFormField RadioButtonFormField ComboBoxFormField

The index of the Id in the AnnotationIDs property is used to find the option for this widget annotation (the index is the same).

ListBoxFormField

A list box where multiple values can be selected.

RadioButtonFormField

A group of radio buttons. Similar to CheckBoxFormField but there can only be one value set at the same time.

SignatureFormField

A filed that contains a ink signature.

TextFormField

A text input element, that can either span a single or multiple lines.

Interfaces

IChoiceFormField

Base form field interface for all form fields that allow multiple choices.

IFormField

Form field interface from which all form fields inherit.