Description
Gets the title from the table of contents.
Applies to
Syntax
PDFText GetTitle()
Return value
Usage
Call the function to get the title from a table of contents.
Examples
This example gets the table in the table of contents.
lpdf_title = create PDFtext lpdf_title = lpdf_toc.gettitle(lpdf_title)
See also