Name
Pageview.Active -- set/get active page
Function
Set or get the active page. The pageview widget will only display this page, all other pages will be hidden. Page indices range from 0 for the first page to Pageview.Pages-1 for the last child.

You can also pass one of the following special values here:

First
First page.

Last
Last page.

Prev
Previous page.

Next
Next page.

You can also set up a notification on this attribute to learn when the user changes pages.

Type
Number or string (see above for possible values)

Applicability
ISGN


Show TOC