'Declaration Public Function FindHyperlink( _ ByVal pageIndex As Integer, _ ByVal pt As PointD _ ) As C1HyperlinkInfo
public C1HyperlinkInfo FindHyperlink( int pageIndex, PointD pt )
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.