Class AnnotationMouseoverEventArgs
This event arguments provides the necessary information about annotation mouseover event.
Inheritance
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnnotationMouseoverEventArgs : AnnotationBaseEventArgs<AnnotationMouseoverEventArgs>
Constructors
AnnotationMouseoverEventArgs()
Declaration
public AnnotationMouseoverEventArgs()
Properties
AnnotationProperties
Defines the settings of the annotation added to the PDF document.
Declaration
public PdfAnnotationProperties AnnotationProperties { get; }
Property Value
Type | Description |
---|---|
PdfAnnotationProperties | A PdfAnnotationProperties object that defines the properties of the annotation added to the PDF document. |
Bound
Gets the bound of the annotations.
Declaration
public Bound Bound { get; }
Property Value
Type | Description |
---|---|
Bound | A Bound object that specifies the rectangular bounds of the annotation. |
Remarks
It is not applicable for text markup annotation.
Bounds
Gets the textmark annotation bounds details.
Declaration
public List<Bound> Bounds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Bound> | A list of Bound objects representing the bounds of the textmark annotations. |
PageX
Gets the pageX co-ordinate.
Declaration
public double PageX { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
PageY
Gets the PageY co-ordinate.
Declaration
public double PageY { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
X
Gets the X co-orinate of the annotation.
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
Y
Gets the Y co-orinate of the annotation.
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |