Searches for a hyperlink at the specified position on the current page.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1HyperlinkInfo FindHyperlink(
	PointD ptPage
)
Visual Basic
Public Function FindHyperlink ( _
	ptPage As PointD _
) As C1HyperlinkInfo

Parameters

ptPage
Type: C1.C1Preview..::..PointD
The position on the current page (in ResolvedUnit units).

Return Value

A C1HyperlinkInfo object containing information about the link, or null if none was found.

See Also