Finds a C1Hyperlink at the specified position on the specified page.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public C1HyperlinkInfo FindHyperlink( int pageIndex, PointD pt ) |
Visual Basic |
---|
Public Function FindHyperlink ( _ pageIndex As Integer, _ pt As PointD _ ) As C1HyperlinkInfo |
Parameters
- pageIndex
- Type: System..::..Int32
The 0-based index of the page.
- pt
- Type: C1.C1Preview..::..PointD
The position on the page.