PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / Hyperlink Property

In This Topic
    Hyperlink Property (RenderObject)
    In This Topic
    Gets or sets the hyperlink (see C1Hyperlink) associated with the current object.
    Syntax
    'Declaration
     
    Public Property Hyperlink As C1Hyperlink
    public C1Hyperlink Hyperlink {get; set;}
    See Also