Class HyperlinkEventArgs
Represents the arguments associated with a Hyperlink events.
Inheritance
System.Object
HyperlinkEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class HyperlinkEventArgs : EventArgs
Constructors
HyperlinkEventArgs()
Creates a new instance of the HyperlinkEventArgs class.
Declaration
public HyperlinkEventArgs()
Properties
Bounds
Gets the rectangle bounds of hyperlink.
Declaration
public RectangleF Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.RectangleF |
DestinationPageIndex
Gets the destination page index of the document link. Default value is -1.
Declaration
public int DestinationPageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Handled
Gets or sets a value indicating whether the hyperlink navigation was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false. |
HyperlinkType
Gets the type of the link
Declaration
public HyperlinkType HyperlinkType { get; }
Property Value
Type | Description |
---|---|
HyperlinkType |
PageIndex
Gets the page index in which hyperlink located. Default value is -1.
Declaration
public int PageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
URI
Gets the associated URI of hyperlink.
Declaration
public string URI { get; }
Property Value
Type | Description |
---|---|
System.String |