C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo Class / C1HyperlinkInfo Constructor
The hyperlink with which the current object is associated.
The C1LinkTarget object where hyperlink points.

In This Topic
C1HyperlinkInfo Constructor
In This Topic
Initializes a new instance of the C1HyperlinkInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal hyperlink As C1Hyperlink, _
   ByVal linkTarget As C1LinkTarget _
)
 

Parameters

hyperlink
The hyperlink with which the current object is associated.
linkTarget
The C1LinkTarget object where hyperlink points.
See Also