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 |