Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum PdfBookmarkDisplayMode

#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.

See Also