DocumentNavigatorMove Method (Int32, Boundary)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Moves cursor to the specified index

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(
	int pageIndex,
	Boundary boundary
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
Navigation area.

Return Value

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

Reference