C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfHyperlink Class / RtfHyperlink Constructor / RtfHyperlink Constructor(String)
The target object (URL, bookmark ...) as string.

In This Topic
RtfHyperlink Constructor(String)
In This Topic
The Word/RTF hyperlink constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal target As String _
)
 

Parameters

target
The target object (URL, bookmark ...) as string.
See Also