This method is called when the jump to the specified link should be performed.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
void JumpToLink(
	C1LinkTarget linkTarget
)
Visual Basic (Declaration)
Sub JumpToLink ( _
	linkTarget As C1LinkTarget _
)

Parameters

linkTarget
Type: C1.C1PrintDocument..::.C1LinkTarget
the target of the jump.

See Also