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