PrintDocument for WinForms
FindHyperlink メソッド (C1Page)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス : FindHyperlink メソッド
The position on the current page (in C1PrintDocument.ResolvedUnit units).
Searches for a hyperlink at the specified position on the current page.
シンタックス
'宣言
 
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.
参照

C1Page クラス
C1Page メンバ