PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 _
    )
    public C1HyperlinkInfo( 
       C1Hyperlink hyperlink,
       C1LinkTarget linkTarget
    )

    Parameters

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