DocumentNavigatorMove Method (GoToAction)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Moves cursor using the specified GoToAction.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool Move(
	GoToAction action
)

Parameters

action
Type: Apitron.PDF.Kit.Interactive.ActionsGoToAction
The go-to action to navigate.

Return Value

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

Reference