Class 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).

Inheritance
System.Object
FormOption
Namespace: PSPDFKit.Pdf.Form
Assembly: PSPDFKit.dll
Syntax
public sealed class FormOption

Properties

Label

Option label.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

Value

Option value.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String