Class SignaturePropertiesChangeEventArgs
This event arguments provides the necessary information about signature properties change event.
Inheritance
SignaturePropertiesChangeEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class SignaturePropertiesChangeEventArgs : SignatureBaseEventArgs<SignaturePropertiesChangeEventArgs>
Constructors
SignaturePropertiesChangeEventArgs()
Declaration
public SignaturePropertiesChangeEventArgs()
Properties
IsOpacityChanged
It returns true that the opacity of the signature is changed.
Declaration
[JsonPropertyName("isOpacityChanged")]
[JsonInclude]
public bool IsOpacityChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
IsStrokeColorChanged
It returns true that the stroke color of the signature is changed.
Declaration
[JsonPropertyName("isStrokeColorChanged")]
[JsonInclude]
public bool IsStrokeColorChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
IsThicknessChanged
It returns true that the thickness of the signature is changed.
Declaration
[JsonPropertyName("isThicknessChanged")]
[JsonInclude]
public bool IsThicknessChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|
NewValue
Gets the new property value of the signature.
Declaration
[JsonPropertyName("newValue")]
[JsonInclude]
public string NewValue { get; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
OldValue
Gets the old property value of the signature.
Declaration
[JsonPropertyName("oldValue")]
[JsonInclude]
public string OldValue { get; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |