alexa

    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.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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