Skip to main content

GoToPage

Moves to specified page.

Syntax

expression.GoToPage(pageIndex, rect);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
pageIndexRequirednumberNo description provided.
rectOptionalRectif specified only x1, y1 (ex. [10, 10]) - then moves to them with inherited zoom, if specified whole rect (ex. [10, 10, 100, 100]) then zoom to rect

Returns

boolean