Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichTextFragment Class / GetHyperlinks Method
The collection of C1HyperlinkInfo objects to which data about hyperlinks within the current fragment will be added.

In This Topic
    GetHyperlinks Method (RenderRichTextFragment)
    In This Topic
    Adds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection.
    Syntax
    'Declaration
     
    Public Overridable Sub GetHyperlinks( _
       ByVal hyperlinks As C1HyperlinkInfoCollection _
    ) 
    public virtual void GetHyperlinks( 
       C1HyperlinkInfoCollection hyperlinks
    )

    Parameters

    hyperlinks
    The collection of C1HyperlinkInfo objects to which data about hyperlinks within the current fragment will be added.
    See Also