This example demonstrates how to create a service that implements the DevExpress.XtraRichEdit.Services.ILinkUpdater interface to change titles used to display document bookmarks in the Bookmarks pane of PDF Viewer after a document is exported to PDF.
By default, when the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property is set to All or TocBookmarks, the Bookmarks pane displays not a name of a bookmark but the first 512 symbols of text to which the bookmark is assigned. To change this default behavior and display bookmark names in the Bookmarks pane, implement the ResolveBookmarkTitle method of the ILinkUpdater interface.
By default, when the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property is set to All or TocBookmarks, the Bookmarks pane displays not a name of a bookmark but the first 512 symbols of text to which the bookmark is assigned. To change this default behavior and display bookmark names in the Bookmarks pane, implement the ResolveBookmarkTitle method of the ILinkUpdater interface.