C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderVerticalParagraphFragment 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 (RenderVerticalParagraphFragment)
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 _
) 
 

Parameters

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