currentPage

Get/set the currently displayed page number.
[read/write property] currentPage([out, retval] int *pageNum) currentPage([in] int pageNum)
This property contains the currently displayed page number.

Setting this property changes the display to the specified page.

VB:
pageNum = viewer.currentPage ... viewer.currentPage = 10
midPage