PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderTableFragment Class / FindHyperlink Method
Specifies a point within the current fragment relative to the top left corner of the fragment.

In This Topic
    FindHyperlink Method (RenderTableFragment)
    In This Topic
    Searches for a C1Hyperlink object in the current fragment at the specified position.
    Syntax
    'Declaration
     
    Public Overridable Function FindHyperlink( _
       ByVal pt As PointD _
    ) As C1HyperlinkInfo
    public virtual C1HyperlinkInfo FindHyperlink( 
       PointD pt
    )

    Parameters

    pt
    Specifies a point within the current fragment relative to the top left corner of the fragment.

    Return Value

    A C1HyperlinkInfo object describing the found C1Hyperlink, or null if none was found.
    See Also