Skip to main content

GUI_PDFBookmarks

This callback event returns the bookmarks from a PDF document when calling the RxCore.getPDFBookmarks() method.

Version

(Pro version only)

Callback Parameters

  • bookmarks: array of objects: An array of bookmark objects.

Example:




RxCore.GUI_PDFBookmarks.connect(function(bookmarks) {

console.log("this PDF has ", bookmarks.length, " bookmarks" );

});