Sets hyperlink to another page in a document.

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

Syntax

C#
public void SetTarget(
	Page page
)
Visual Basic
Public Sub SetTarget ( _
	page As Page _
)
Visual C++
public:
void SetTarget(
	Page^ page
)

Parameters

page
Type: Arctorus.Documents..::..Page
page of a document.

See Also