menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormField - API Reference

    Show / Hide Table of Contents

    Class FormField

    Represents the attributes of the Form Field.

    Inheritance
    System.Object
    FormField
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FormField : Object

    Constructors

    FormField()

    Declaration
    public FormField()

    Properties

    FontName

    specifies the fontName of the signature.

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Gets the id of the form field.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    IsReadOnly

    If it is set as true, can't edit the form field in the PDF document. By default it is false.

    Declaration
    public bool IsReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets the name of the form field.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    SignatureType

    specifies the type of the signature.

    Declaration
    public List<SignatureType> SignatureType { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SignatureType>

    Type

    Gets the type of the form field.

    Declaration
    public FormFieldType Type { get; }
    Property Value
    Type Description
    FormFieldType

    Value

    Gets or sets the value of the form field.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved