menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerSignatureFieldSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerSignatureFieldSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerSignatureFieldSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerSignatureFieldSettings : EJTagHelper

    Constructors

    PdfViewerSignatureFieldSettings()

    Declaration
    public PdfViewerSignatureFieldSettings()

    Properties

    Bounds

    Get or set the form field bounds.

    Declaration
    public object Bounds { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    CustomData

    specifies the custom data of the form fields.

    Declaration
    public object CustomData { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    IsPrint

    Get or set the boolean value to print the signature field. TRUE by default.

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

    The default value is null

    IsReadOnly

    Specifies whether the signature field is in read-only or read-write mode. FALSE by default.

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

    The default value is null

    IsRequired

    If it is set as true, consider as mandatory field in the PDF document. By default it is false.

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

    The default value is null

    Name

    Get or set the name of the form field element.

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

    The default value is null

    PageNumber

    specifies the page number of the form field.

    Declaration
    public double PageNumber { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    SignatureDialogSettings

    Specifies the properties of the signature Dialog Settings in the signature field.

    Declaration
    public object SignatureDialogSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    SignatureIndicatorSettings

    Specifies the properties of the signature indicator in the signature field.

    Declaration
    public object SignatureIndicatorSettings { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Thickness

    Get or set the thickness of the Signature field. Default value is 1. To hide the borders, set the value to 0 (zero).

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    Tooltip

    Get or set the text to be displayed as tooltip. By default it is empty.

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

    The default value is null

    TypeSignatureFonts

    Allows setting the font name for typed signatures at specific indices. The maximum number of font names is limited to 4, so the key values should range from 0 to 3.

    Declaration
    public object TypeSignatureFonts { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Visibility

    Gets or set the visibility of the form field.

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type Description
    Visibility

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved