DXRichEditBookmarkOptions Members
Provides the options for defining the appearance of bookmarks in the document.Constructors
| Name | Description |
|---|---|
| DXRichEditBookmarkOptions() | Initializes a new instance of the DXRichEditBookmarkOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| CaseSensitiveNamesProperty static | Identifies the DXRichEditBookmarkOptions.CaseSensitiveNames dependency property. |
| ColorProperty static | Identifies the DXRichEditBookmarkOptions.Color dependency property. |
| ConflictNameResolutionProperty static | Identifies the DXRichEditBookmarkOptions.ConflictNameResolution dependency property. |
| DisplayBookmarksInPdfNavigationPaneProperty static | Identifies the DXRichEditBookmarkOptions.DisplayBookmarksInPdfNavigationPane dependency property. |
| DisplayUnreferencedPdfBookmarksProperty static | Identifies the DXRichEditBookmarkOptions.DisplayUnreferencedPdfBookmarks dependency property. |
| VisibilityProperty static | Identifies the DXRichEditBookmarkOptions.Visibility dependency property. |
Properties
| Name | Description |
|---|---|
| CaseSensitiveNames | Gets or sets whether creation of bookmarks with the same name but a different case is allowed. This is a dependency property. |
| Color | Gets or sets the color used to indicate a bookmark in the document. This is a dependency property. |
| ConflictNameResolution | Specifies an action that will be performed after inserting a document range if that range contains a bookmark with the same name as one in the current document. This is a dependency property. |
| DisplayBookmarksInPdfNavigationPane | Specifies the mode for displaying bookmarks in the Bookmarks pane of a PDF viewer when a document is exported to PDF. This is a dependency property. |
| DisplayUnreferencedPdfBookmarks | Gets or sets whether to display bookmarks without references in the PDF Viewer’s Bookmarks navigation pane when the document is exported to PDF. |
| Visibility | Gets or sets whether bookmarks are displayed in the document. This is a dependency property. |
See Also