Search results

BookmarkView API in JavaScript (ES5) PDF Viewer API control

The BookmarkView module is used to handle bookmark view navigation of PDF viewer.

Methods

closeBookmarkPane

Close the bookmark pane of the PDF Viewer.

Returns void

getBookmarks

Get Bookmarks of the PDF document being loaded in the ejPdfViewer control

Returns any

goToBookmark

Navigate To current Bookmark location of the PDF document being loaded in the ejPdfViewer control.

Parameter Type Description
pageIndex number Specifies the pageIndex for Navigate
y number Specifies the Y coordinates value of the Page

Returns boolean

openBookmarkPane

Open the bookmark pane of the PDF Viewer.

Returns void