Wraps FPDFBookmark_GetCount — returns the count of direct child
bookmarks under a given outline entry. Useful when you have a single
pdfium_bookmark handle (e.g. from
pdf_doc_bookmark_find()) and want to know whether it expands.
Arguments
- bookmark
A
pdfium_bookmarkfrompdf_doc_bookmarks()orpdf_doc_bookmark_find().
Details
The full pre-order outline (with parent_index columns) is available
via pdf_doc_bookmarks(); this function is the per-handle accessor.