PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Page Class / FindHyperlink Method
The position on the current page (in ResolvedUnit units).

In This Topic
    FindHyperlink Method (C1Page)
    In This Topic
    Searches for a hyperlink at the specified position on the current page.
    Syntax
    'Declaration
     
    Public Function FindHyperlink( _
       ByVal ptPage As PointD _
    ) As C1HyperlinkInfo
    public C1HyperlinkInfo FindHyperlink( 
       PointD ptPage
    )

    Parameters

    ptPage
    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