DocumentNavigatorMove Method (Int32, Origin)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets the position within the current navigator.

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 offset,
	Origin origin
)

Parameters

offset
Type: SystemInt32
The offset relative to move origin.
origin
Type: Apitron.PDF.Kit.Interactive.NavigationOrigin
The move origin.

Return Value

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

Reference