![]() | Setting available bookmarks options |
Please note that application of the options described in this section depend on the initial set up explained here.
In this example:
bookmarks will be shown automatically on document load if the document have it (ShowBookmarksOnOpen default value is false)
shown bookmarks will not be in fully expanded state (BookmarksFullyExpanded default value is false)
once closed bookmarks on reopen will preserve expanded bookmark items (PreserveBookmarksState default value is false)
using PdfViewer = Terminalworks.PdfViewer.AspNetCore; var options = new PdfViewer.Options { Bookmark = new PdfViewer.BookmarkOptions { ShowBookmarksOnOpen = true, BookmarksFullyExpanded = false, PreserveBookmarksState = true } };
Support Availability - May 1st
On May 1st, 2025, our support team will be available:
For assistance, please contact us at [email protected], and we will respond to your inquiry as soon as we can.