DocumentNavigatorMove Method (LinkAnnotation)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Moves cursor using the specified LinkAnnotation. It will moved only if Action is 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(
	LinkAnnotation link
)

Parameters

link
Type: Apitron.PDF.Kit.Interactive.AnnotationsLinkAnnotation

Return Value

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

Reference