C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1HyperlinkInfoCollection Class / FindHyperlink Method
The 0-based index of the page.
The position on the page.

In This Topic
FindHyperlink Method (C1HyperlinkInfoCollection)
In This Topic
Finds a C1Hyperlink at the specified position on the specified page.
Syntax
'Declaration
 
Public Function FindHyperlink( _
   ByVal pageIndex As Integer, _
   ByVal pt As PointD _
) As C1HyperlinkInfo
 

Parameters

pageIndex
The 0-based index of the page.
pt
The position on the page.

Return Value

C1HyperlinkInfo associated with the found hyperlink, or null.
See Also