ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.HasBookmarks

TIEPdfViewerInteraction.HasBookmarks


Declaration

property HasBookmarks: Boolean; (Read-Only)


Description

Returns true if the current document contains PDF Bookmarks to allow navigation.




Examples

// Enable button if document has bookmarks
btnShowBookmarks.Enabled := ImageEnView1.PdfViewer.HasBookmarks;