Class RemoveSignatureEventArgs
This event arguments provides the necessary information about signature remove event.
Inheritance
System.Object
RemoveSignatureEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class RemoveSignatureEventArgs : SignatureBaseEventArgs<RemoveSignatureEventArgs>
Constructors
RemoveSignatureEventArgs()
Declaration
public RemoveSignatureEventArgs()
Properties
Bound
Gets the bounds of the signature removed in the page of the PDF document.
Declaration
public Bound Bound { get; }
Property Value
Type | Description |
---|---|
Bound | A Bound object that represents the boundaries of the removed signature. |