Skip to main content

DXRichEditMhtDocumentExporterOptions.DefaultCharacterPropertiesExportToCss Property

Specifies whether the Document.DefaultCharacterProperties formatting is exported in an MHT style sheet. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool DefaultCharacterPropertiesExportToCss { get; set; }

Property Value

Type Description
Boolean

true, to export default character properties of the document; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultCharacterPropertiesExportToCss
DXRichEditDocumentExportOptions
.MhtOptions .DefaultCharacterPropertiesExportToCss

Remarks

Set the DefaultCharacterPropertiesExportToCss option to false to exclude default character formatting (specified by the Document.DefaultCharacterProperties property) from style definitions in the exported MHT document.

See Also