Class SignatureBaseEventArgs<T>
Represents the signature Base event arguments.
Inheritance
System.Object
SignatureBaseEventArgs<T>
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public abstract class SignatureBaseEventArgs<T> : BaseEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | Type of Event arguments type. |
Constructors
SignatureBaseEventArgs()
Declaration
protected SignatureBaseEventArgs()
Properties
Id
Gets the id of the signature added in the page of the PDF document.
Declaration
public string Id { get; }
Property Value
Type |
---|
System.String |
PageNumber
Defines the page number in which the signature is added.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |