You can use three transactions to navigate in a multipage document:
· Use GotoPage to select a page with a particular number.
· Use GotoPageID to select a page with a particular identifier.
· Use GotoPageRelative to select a page with a particular relative position (for example, two pages before or after the current page).
When the current page changes in the user interface, Imagenation sends a NotifyIM -- ChangePage notification, if it has been registered.
See also