BookmarkView

12 Sep 20251 minute to read

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 the Bookmarks of a 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