PdfBookmarkDisplayMode Enum
Lists values used to specify what bookmarks of a document exported to PDF should appear in the PDF Viewer’s Bookmarks panel.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Members
Name | Description |
---|---|
None
|
Specifies that bookmarks contained in a document should not be displayed in the Bookmarks panel. |
All
|
Specifies that all bookmarks with references in a document should be displayed in the Bookmarks panel. |
TocBookmarks
|
Specifies that only bookmarks based on which a TOC is generated should be displayed in the Bookmarks panel. |
Related API Members
The following properties accept/return PdfBookmarkDisplayMode values:
Library | Related API Members |
---|---|
WPF Controls | DXRichEditBookmarkOptions.DisplayBookmarksInPdfNavigationPane |
Office File API | BookmarkOptions.DisplayBookmarksInPdfNavigationPane |
ASP.NET Web Forms Controls | ASPxRichEditBookmarkSettings.DisplayBookmarksInPdfNavigationPane |
Remarks
Values listed by this enumeration are used by the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property.
Tip
Specify the DisplayUnreferencedPdfBookmarks property to include bookmarks without references in the Bookmarks panel. When the DisplayUnreferencedPdfBookmarks is set to true, the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property controls the unreferenced bookmarks’ visibility.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PdfBookmarkDisplayMode enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.