menu

Document Processing

AnnotationSelectedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    AnnotationSelectedEventArgs Class

    Provides data for the AnnotationSelectedEventArgs event.

    Inheritance
    System.Object
    AnnotationSelectedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class AnnotationSelectedEventArgs : EventArgs

    Properties

    Annotation

    Gets the details of annotation.

    Declaration
    public IAnnotation Annotation { get; }
    Property Value
    Type
    IAnnotation

    AnnotationProperties

    Gets the properties of annotation.

    Declaration
    public AnnotationProperties AnnotationProperties { get; }
    Property Value
    Type
    AnnotationProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved