Class FormFieldType
Enum for form fields in the PDF Viewer.
Inheritance
System.Object
FormFieldType
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public sealed class FormFieldType : Enum
Fields
Button
Represents the button field type.
Declaration
public const FormFieldType Button
Field Value
Type |
---|
FormFieldType |
CheckBox
Represents the checkbox field type.
Declaration
public const FormFieldType CheckBox
Field Value
Type |
---|
FormFieldType |
DropDown
Represents the dropdown field type.
Declaration
public const FormFieldType DropDown
Field Value
Type |
---|
FormFieldType |
ListBox
Represents the listbox field type.
Declaration
public const FormFieldType ListBox
Field Value
Type |
---|
FormFieldType |
Password
Represents the password field type.
Declaration
public const FormFieldType Password
Field Value
Type |
---|
FormFieldType |
RadioButton
Represents the radio button field type.
Declaration
public const FormFieldType RadioButton
Field Value
Type |
---|
FormFieldType |
SignatureField
Represents the signature field type.
Declaration
public const FormFieldType SignatureField
Field Value
Type |
---|
FormFieldType |
Textbox
Represents the textbox field type.
Declaration
public const FormFieldType Textbox
Field Value
Type |
---|
FormFieldType |