menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerHandWrittenSignatureSettings

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

    Constructors

    PdfViewerHandWrittenSignatureSettings()

    Declaration
    public PdfViewerHandWrittenSignatureSettings()

    Properties

    AnnotationSelectorSettings

    specifies the annotation selector settings of the annotation.

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

    The default value is null

    CanSave

    Allows saving of programmatically added signatures.

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

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

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

    FontFamily

    Gets or sets the font family for text signature.

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

    The default value is "Helvetica"

    Height

    specified the height of the annotation.

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

    The default value is null

    InitialDialogSettings

    Get or set the initialDialogSettings for Handwritten initial.

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

    The default value is null

    Offset

    Gets or sets the signature offset.

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

    The default value is null

    Opacity

    specifies the opacity of the annotation.

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

    The default value is null

    PageNumber

    Gets or sets the signature page number.

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

    The default value is 1

    Path

    Gets or sets the path of the signature.

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

    The default value is ""

    SaveInitialLimit

    Gets or sets the save initial limit of the initial. By default value is 1 and maximum limit is 5.

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

    The default value is null

    SaveSignatureLimit

    Gets or sets the save signature limit of the signature. By default value is 1 and maximum limit is 5.

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

    The default value is null

    SignatureDialogSettings

    Get or set the Signature DialogSettings for Handwritten signature.

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

    The default value is null

    SignatureItem

    Provide option to define the required signature items to be displayed in signature menu.

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

    The default value is null

    StrokeColor

    specifies the stroke color of the annotation.

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

    The default value is null

    Thickness

    specified the thickness of the annotation.

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

    The default value is null

    TypeSignatureFonts

    Options to set the type signature font name with respective index and maximum font name limit is 4 so key value should be 0 to 3.

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

    The default value is null

    Width

    specified the width of the annotation.

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

    The default value is null

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