Class PdfViewerSignatureSettings
Class SignatureSettings.
Inheritance
System.Object
PdfViewerSignatureSettings
Inherited Members
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.PDFViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class PdfViewerSignatureSettings
Constructors
PdfViewerSignatureSettings()
Declaration
public PdfViewerSignatureSettings()
Properties
Color
Gets or sets the color of the handwritten signature content.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Gets or sets the height of the handwritten signature.
Declaration
[JsonProperty("height")]
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Opacity
Gets or sets the opacity value of the handwritten signature. rages from 0-1.
Declaration
[JsonProperty("opacity")]
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Gets or sets the width of the handwritten signature.
Declaration
[JsonProperty("width")]
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |