Class FormFieldType
Specifies the type of a form field.
Inheritance
System.Object
FormFieldType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class FormFieldType : Enum
Fields
CheckBox
Check box form field.
Declaration
public const FormFieldType CheckBox
Field Value
Type |
---|
FormFieldType |
DropDown
Drop-down form field.
Declaration
public const FormFieldType DropDown
Field Value
Type |
---|
FormFieldType |
TextInput
Text form field.
Declaration
public const FormFieldType TextInput
Field Value
Type |
---|
FormFieldType |