DXRichEditRtfDocumentExporterOptions.ExportTheme Property
Gets or sets whether to include the color theme information in the exported RTF file. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to include color theme information if RTF; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ExportTheme |
---|---|
DXRichEditDocumentExportOptions |
|
Remarks
The ExportTheme allows you to exclude color theme information from the file exported in RTF to save space.
When the ExportTheme is set to true, the themedata and colorschememapping destinations are written to the exported file. Theme Data contains color styles for the document objects, Color Scheme Mapping links multiple Theme colors.
See Also