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

In This Topic
    C1Hyperlink Constructor(ParagraphObject)
    In This Topic
    Initializes a new instance of the C1Hyperlink class, assigning its C1Hyperlink.LinkTarget to a C1LinkTargetDocumentLocation associated with the specified ParagraphObject.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal paragraphObject As ParagraphObject _
    )
    public C1Hyperlink( 
       ParagraphObject paragraphObject
    )

    Parameters

    paragraphObject
    The ParagraphObject to set as the target of the current hyperlink.
    See Also