Sets hyperlink with URL.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetTarget(
	string target
)
Visual Basic
Public Sub SetTarget ( _
	target As String _
)
Visual C++
public:
void SetTarget(
	String^ target
)

Parameters

target
Type: System..::..String
URL, e.g. "http://www.arctorus.com".

See Also