Class RemoveSignatureEventArgs
This event arguments provides the necessary information about signature remove event.
Inheritance
System.Object
RemoveSignatureEventArgs
Implements
System.IEquatable<RemoveSignatureEventArgs>
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class RemoveSignatureEventArgs : SignatureBaseEventArgs<RemoveSignatureEventArgs>, IEquatable<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 |
Implements
System.IEquatable<>