menu

Document Processing

FileLinkAnnotationClickedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    FileLinkAnnotationClickedEventArgs Class

    Provides data for theFileLinkAnnotationClicked event.

    Inheritance
    System.Object
    FileLinkAnnotationClickedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class FileLinkAnnotationClickedEventArgs : EventArgs

    Properties

    Bounds

    Gets the position and size of the file link annotation.

    Declaration
    public RectangleF Bounds { get; }
    Property Value
    Type
    System.Drawing.RectangleF

    PageNumber

    Gets the page number of the file link annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Settings

    Gets the settings of the file link annotation.

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