alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FileLinkAnnotationClickedEventArgs

    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 - 2026 Syncfusion Inc. All Rights Reserved