THotPDF.GetLoadedOutlineTitles Method
Gets an array of all outline (bookmark) titles in the document
Declaration
function GetLoadedOutlineTitles: THPDFAnsiStringArray;
Unit
HPDFDoc
Return value
Returns the execution result or obtained data
Usage notes
- 提取全量书签标题列表
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions