Class FormFieldType
Enumerates the values that indicate the type of form field.
Inheritance
System.Object
    FormFieldType
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public sealed class FormFieldType : Enum
  Fields
CheckBox
Represents a form field that can toggle between on and off states.
Declaration
public const FormFieldType CheckBox
  Field Value
| Type | 
|---|
| FormFieldType | 
ComboBox
Represents a form field that contains a list of values optionally accompanied by an editable text box in which the value other than the predefined values in the list can be entered.
Declaration
public const FormFieldType ComboBox
  Field Value
| Type | 
|---|
| FormFieldType | 
ListBox
Represents a form field that contains a list of values out of which one or many can be selected.
Declaration
public const FormFieldType ListBox
  Field Value
| Type | 
|---|
| FormFieldType | 
RadioButton
Represents a form field which contains a set of related buttons out of which only one can be chosen.
Declaration
public const FormFieldType RadioButton
  Field Value
| Type | 
|---|
| FormFieldType | 
Signature
Represents a form field in which a digital signature can be added.
Declaration
public const FormFieldType Signature
  Field Value
| Type | 
|---|
| FormFieldType | 
Text
Represents a form field in which the text can be entered.
Declaration
public const FormFieldType Text
  Field Value
| Type | 
|---|
| FormFieldType |