Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.KeepLineSpacing Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-7589a4cb.md

latest2.1 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.KeepLineSpacing Property

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool KeepLineSpacing { get; set; }
vb
Public Property KeepLineSpacing As Boolean

Property Value

TypeDescription
Boolean

true, to export line spacing; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to KeepLineSpacing
DXRichEditDocumentExportOptions

.HtmlOptions .KeepLineSpacing

|

Remarks

Certain HTML 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 HTML as the line-height property in pixels. Set the KeepLineSpacing to false to exclude the line-height property from an exported HTML.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace