Class AddSignatureEventArgs
This event arguments provides the necessary information about signature add event.
Inheritance
System.Object
AddSignatureEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class AddSignatureEventArgs : SignatureBaseEventArgs<AddSignatureEventArgs>
Constructors
AddSignatureEventArgs()
Declaration
public AddSignatureEventArgs()
Properties
Bound
Gets the bounds of the signature added in the page of the PDF document.
Declaration
public Bound Bound { get; }
Property Value
Type | Description |
---|---|
Bound |
Opacity
Gets the opacity of the signature added in the page of the PDF document.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StrokeColor
Define the stroke color of the signature added in the page of the PDF document.
Declaration
public string StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Thickness
Define the thickness of the signature added in the page of the PDF document.
Declaration
public int Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |