DocumentNavigatorGoToLink Method

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Moves cursor to the specified Link.

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public bool GoToLink(
	Link link
)

Parameters

link
Type: Apitron.PDF.Rasterizer.NavigationLink
The link.

Return Value

Type: Boolean
Returns true if the operation has been performed successfully otherwise returns false.
See Also

Reference