DocumentExportCapabilities.Bookmarks Property
Gets or sets whether the bookmarks support is required for correct export of the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the document contains bookmarks; otherwise, false. |
Remarks
Use this property to check for the required formatting capabilities.
See Also