WPF

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

    Show / Hide Table of Contents

    Class FileLinkAnnotationClickedEventArgs

    Provides data for theFileLinkAnnotationClicked event.

    Inheritance
    System.Object
    System.EventArgs
    FileLinkAnnotationClickedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.RectangleF

    PageNumber

    Gets the page number of the file link annotation.

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

    Settings

    Gets the settings of the file link annotation.

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