Description
Gets the page index of the table of content in the PDF document.
Applies to
Syntax
long GetPosByPageIndex()
Return value
Long. Returns the page index of the table of content in the PDF document.
Usage
Call the function to get the page index of the table of content in the PDF document.
Examples
The following example gets the page index of the table of content in the PDF document.
Long ll_index ll_index = lpdf_toc.getposbypageindex( )
See also