PrintDocument for WinForms
FindHyperlink メソッド (C1HyperlinkInfoCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1HyperlinkInfoCollection クラス : FindHyperlink メソッド
The 0-based index of the page.
The position on the page.
Finds a C1Hyperlink at the specified position on the specified page.
シンタックス
'宣言
 
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.
参照

C1HyperlinkInfoCollection クラス
C1HyperlinkInfoCollection メンバ