Enum FormFieldType
Enum for form fields in the PDF Viewer.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum FormFieldType
Fields
| Name | Description |
|---|---|
| Button | Represents the button field type. |
| CheckBox | Represents the checkbox field type. |
| DropDown | Represents the dropdown field type. |
| ListBox | Represents the listbox field type. |
| Password | Represents the password field type. |
| RadioButton | Represents the radio button field type. |
| SignatureField | Represents the signature field type. |
| Textbox | Represents the textbox field type. |