GetTableOfContents
PowerScript function
Description
Gets the PDFTableOfContents object from the PDF document.
Applies to
PDFDocument_object in Objects and Controls
Syntax
|
1 |
PDFTableOfContents GetTableOfContents() |
Return value
PDFTableOfContents_object in Objects and Controls.
Returns the PDFTableOfContents_object in Objects and Controls of
the current PDF document if it succeeds, or null if it fails.
Example
The following example gets the PDFTableOfContents object in the
current document:
|
1 2 3 4 |
PDFtableofcontents lpdf_toc lpdf_toc = Create PDFtableofcontents //Get the PDFTableOfContents object in the current document lpdf_toc = lpdf_doc.gettableofcontents() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest