Name
doc:GetCurrentPage -- return current page object
Synopsis
page = doc:GetCurrentPage()
Function
doc:GetCurrentPage() returns the handle of current page object.

When doc:GetCurrentPage() succeeds, it returns the handle of a current page object. Otherwise it returns Nil.

Inputs
none

Results
page
handle to a page

Show TOC