Class AddSignatureEventArgs
This event arguments provides the necessary information about signature add event.
Inheritance
AddSignatureEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.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
[JsonPropertyName("bounds")]
[JsonInclude]
public Bound Bound { get; }
Property Value
| Type | Description |
|---|---|
| Bound | An instance of Bound representing the bounding rectangle of the signature. |
Opacity
Gets the opacity of the signature added in the page of the PDF document.
Declaration
[JsonPropertyName("opacity")]
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| double | Accepts the double value. |
StrokeColor
Define the stroke color of the signature added in the page of the PDF document.
Declaration
[JsonPropertyName("strokeColor")]
public string StrokeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
Thickness
Define the thickness of the signature added in the page of the PDF document.
Declaration
[JsonPropertyName("thickness")]
public int Thickness { get; set; }
Property Value
| Type | Description |
|---|---|
| int | Accepts an integer value. |