[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextFragment.GetHyperlinks

GetHyperlinks Method

Adds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection.

Declaration
public override void GetHyperlinks(C1HyperlinkInfoCollection hyperlinks)
Parameters
Type Name Description
C1HyperlinkInfoCollection hyperlinks

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

Overrides