DocumentNavigatorGoToPage Method (Int32)

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

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 GoToPage(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of the page.

Return Value

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

Reference