Syntax 2: For PDFTableOfContents and PDFTableOfContentsItem
objects
Description
Gets the count of items in the table of contents.
Applies to
PDFTableOfContentsItem
objects
Syntax
|
1 |
long GetItemCount() |
Return value
Long. If calling the function for the PDFTableOfContents object,
returns the count of items (level-1 chapters) in the table of contents.
If calling the function for a PDFTableOfContentsItem object, returns the
count of sub-level items in the PDFTableOfContentsItem.
Example
The following example gets the count of items (level-1 chapters)
in the table of contents.
|
1 2 |
Long ll_count ll_count = lpdf_toc.getitemcount( ) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest