officefileapi-devexpress-dot-xtrarichedit-56836bc5.md
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.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public enum PdfBookmarkDisplayMode
Public Enum PdfBookmarkDisplayMode
| 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.
|
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 |
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.
See Also