'宣言 Public Function FindHyperlink( _ ByVal pageIndex As System.Integer, _ ByVal pt As PointD _ ) As C1HyperlinkInfo
'使用法 Dim instance As C1HyperlinkInfoCollection Dim pageIndex As System.Integer Dim pt As PointD Dim value As C1HyperlinkInfo value = instance.FindHyperlink(pageIndex, pt)
public C1HyperlinkInfo FindHyperlink( System.int pageIndex, PointD pt )
パラメータ
- pageIndex
- The 0-based index of the page.
- pt
- The position on the page.
戻り値の型
C1HyperlinkInfo associated with the found hyperlink, or null.