menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SignatureProperties

    Show / Hide Table of Contents

    Class SignatureProperties

    Represents a class for SignatureProperties which includes stroke width, stroke color, background color, background image, height, and width.

    Inheritance
    System.Object
    EJTagHelper
    SignatureProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SignatureProperties : EJTagHelper

    Constructors

    SignatureProperties()

    Declaration
    public SignatureProperties()

    Properties

    BackgroundColor

    Gets or sets the backgroundcolor to signature control.

    Declaration
    [JsonProperty("backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    The backgroundcolor.

    BackgroundImage

    Gets or sets the backgroundimage to signature control.

    Declaration
    [JsonProperty("backgroundImage")]
    public string BackgroundImage { get; set; }
    Property Value
    Type Description
    System.String

    The backgroundimage.

    Change

    Occurs when signature value changes.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    Enabled

    Gets or sets the signature to be enabled.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [readOnly]; otherwise, false

    Height

    Gets or sets the height of the signature control wrapper.

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The height.

    IsResponsive

    Gets or sets the Responsive behaviour of the control.

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    false if [readOnly]; otherwise, true

    MouseDown

    Occurs when signature is clicked.

    Declaration
    [JsonProperty("mouseDown")]
    public string MouseDown { get; set; }
    Property Value
    Type Description
    System.String

    The create.

    MouseMove

    Occurs when signature canvas is moved successfully.

    Declaration
    [JsonProperty("mouseMove")]
    public string MouseMove { get; set; }
    Property Value
    Type Description
    System.String

    The click.

    MouseUp

    Occurs when mouse is released over the signature control.

    Declaration
    [JsonProperty("mouseUp")]
    public string MouseUp { get; set; }
    Property Value
    Type Description
    System.String

    The mouse up.

    SaveImageFormat

    Specifies the saveimageformat of signature control.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("saveImageFormat")]
    public SaveImageFormat SaveImageFormat { get; set; }
    Property Value
    Type Description
    SaveImageFormat

    The saveimageformat.

    SaveWithBackground

    Gets or sets the download image with the background.

    Declaration
    [JsonProperty("saveWithBackground")]
    public bool SaveWithBackground { get; set; }
    Property Value
    Type Description
    System.Boolean

    false if [readOnly]; otherwise, true

    ShowRoundedCorner

    Gets or sets the showroundedcorner of control.

    Declaration
    [JsonProperty("showRoundedCorner")]
    public bool ShowRoundedCorner { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [readOnly]; otherwise, false

    StrokeColor

    Gets or sets the strokecolor to signature control.

    Declaration
    [JsonProperty("strokeColor")]
    public string StrokeColor { get; set; }
    Property Value
    Type Description
    System.String

    The strokecolor.

    StrokeWidth

    Gets or sets the stroke width.

    Declaration
    [JsonProperty("strokeWidth")]
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The min value.

    Width

    Gets or sets the width of the signature control wrapper.

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The width.

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved