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

RtfDocumentExporterCompatibilityOptions.BackColorExportMode Property

Specifies tags used to represent the BackColor attribute in a resulting RTF document.

Namespace: DevExpress.XtraRichEdit.Export

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

Declaration

[DefaultValue(RtfRunBackColorExportMode.Default)]
public RtfRunBackColorExportMode BackColorExportMode { get; set; }

Property Value

Type Default Description
RtfRunBackColorExportMode **Default**

A RtfRunBackColorExportMode enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to BackColorExportMode
RtfDocumentExporterOptions
.Compatibility.BackColorExportMode

Remarks

Use this option to write the \chcbpat instead of \highlight attribute when exporting to RTF. The option provides compatibility with Microsoft Wordpad and MS RichTextBox controls which do not support the \highlight attribute.

See Also