Name
doc:GetPageByIndex -- get page handle from index
Synopsis
page = doc:GetPageByIndex(idx)
Function
doc:GetPageByIndex() returns the page that is at the specified index.

Inputs
idx
page index
Results
page
handle to a page
Errors
#HPDF_INVALID_DOCUMENT - An invalid document handle was set.

#HPDF_INVALID_PAGE_INDEX - The page index is invalid.


Show TOC