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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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. |
Toc
|
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 | DXRich |
Office File API | Bookmark |
ASP. |
ASPx |
#Remarks
Values listed by this enumeration are used by the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property.
Tip
Specify the Display