Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

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