ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / Hyperlink Property

In This Topic
    Hyperlink Property (C1WordDocument)
    In This Topic
    Gets or sets current hyperlink for all adds objects for this document.
    Syntax
    'Declaration
     
    Public Property Hyperlink As String
    public string Hyperlink {get; set;}

    Property Value

    The current hyperlink (last added) of the Word/RTF document.
    See Also