Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / GetHyperlinks Method

In This Topic
    GetHyperlinks Method (C1Page)
    In This Topic
    Gets the collection of all hyperlinks on the current page.
    Syntax
    'Declaration
     
    Public Function GetHyperlinks() As C1HyperlinkInfoCollection
    public C1HyperlinkInfoCollection GetHyperlinks()

    Return Value

    The C1HyperlinkInfoCollection containing the information about the hyperlinks.
    See Also