Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RtfDocumentExporterOptions.ExportTheme Property

Gets or sets whether the color theme information is included in the exported RTF file.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public bool ExportTheme { get; set; }

Property Value

Type Default Description
Boolean **true**

True to include color theme information in RTF; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportTheme
WinForms Controls RichTextEditDocumentExportOptions
.Rtf.ExportTheme
Office File API RichEditDocumentExportOptions
.Rtf.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