menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationBaseEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationBaseEventArgs<T>

    Represents the annotation Base event arguments.

    Inheritance
    System.Object
    BaseEventArgs<T>
    AnnotationBaseEventArgs<T>
    AnnotationAddEventArgs
    AnnotationMouseoverEventArgs
    AnnotationMoveEventArgs
    AnnotationPropertiesChangeEventArgs
    AnnotationRemoveEventArgs
    Inherited Members
    BaseEventArgs<T>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved