menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved