Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool ExportTheme { get; set; }

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
.RtfOptions .ExportTheme

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