THotPDF.GetLoadedOutlineCount Method

Returns the total number of top-level entries in the bookmarks (table of contents/outline) of the loaded PDF document, used to determine the traversal range of the bookmark tree

Declaration

function GetLoadedOutlineCount: Integer;

Unit

HPDFDoc

Return value

Returns the number of top-level bookmark entries in the document outline tree; returns 0 if the document has no outline or the outline is empty

Usage notes

Related APIs