GetPosByPageIndex

Description

Gets the page index of the table of content in the PDF document.

Applies to

PDFTableOfContents object

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

AddItem

GetBottomMargin

GetFont

GetItem

GetItemCount

GetLeftMargin

GetRightMargin

GetStyle

GetTitle

GetTopMargin

RemoveAll

RemoveItem

SetBottomMargin

SetFont

SetLeftMargin

SetPosByPageIndex

SetRightMargin

SetStyle

SetTitle

SetTopMargin