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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override void GetHyperlinks(
	C1HyperlinkInfoCollection hyperlinks
)
Visual Basic
Public Overrides Sub GetHyperlinks ( _
	hyperlinks As C1HyperlinkInfoCollection _
)

Parameters

hyperlinks
Type: C1.C1Preview..::..C1HyperlinkInfoCollection
The collection of C1HyperlinkInfo objects to which data about hyperlinks within the current fragment will be added.

See Also