PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Hyperlink Class / C1Hyperlink Constructor / C1Hyperlink Constructor(String)
The name of the C1Anchor to set as the target of the current hyperlink.

In This Topic
    C1Hyperlink Constructor(String)
    In This Topic
    Initializes a new instance of the C1Hyperlink class, assigning its C1Hyperlink.LinkTarget to a C1LinkTargetAnchor associated with the specified anchor name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchorName As String _
    )
    public C1Hyperlink( 
       string anchorName
    )

    Parameters

    anchorName
    The name of the C1Anchor to set as the target of the current hyperlink.
    See Also