'宣言 Public Function FindHyperlink( _ ByVal ptPage As PointD _ ) As C1HyperlinkInfo
'使用法 Dim instance As C1Page Dim ptPage As PointD Dim value As C1HyperlinkInfo value = instance.FindHyperlink(ptPage)
public C1HyperlinkInfo FindHyperlink( PointD ptPage )
パラメータ
- ptPage
- The position on the current page (in C1PrintDocument.ResolvedUnit units).
戻り値の型
A C1HyperlinkInfo object containing information about the link, or null if none was found.