Skip to main content

DXRichEditMhtDocumentExporterOptions.KeepLineSpacing Property

Gets or sets whether the Paragraph.LineSpacing setting is exported in MHT. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool KeepLineSpacing { get; set; }

Property Value

Type Description
Boolean

true, to export line spacing; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to KeepLineSpacing
DXRichEditDocumentExportOptions
.MhtOptions .KeepLineSpacing

Remarks

Certain MHT documents can have different layouts in different browsers and MS Outlook when the document css contains line-height settings. To prevent this, set the KeepLineSpacing to false.

The Paragraph.LineSpacing setting is exported in MHT as the line-height property in pixels. Set the KeepLineSpacing to false to exclude the line-height property from an exported MHT.

See Also