menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationMouseoverEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationMouseoverEventArgs

    This event arguments provides the necessary information about annotation mouseover event.

    Inheritance
    System.Object
    BaseEventArgs<AnnotationMouseoverEventArgs>
    AnnotationBaseEventArgs<AnnotationMouseoverEventArgs>
    AnnotationMouseoverEventArgs
    Inherited Members
    AnnotationBaseEventArgs<AnnotationMouseoverEventArgs>.AnnotationId
    AnnotationBaseEventArgs<AnnotationMouseoverEventArgs>.AnnotationType
    AnnotationBaseEventArgs<AnnotationMouseoverEventArgs>.PageNumber
    BaseEventArgs<AnnotationMouseoverEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved