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

RichEditDocumentServer.MhtText Property

Gets or sets the document content as MHT text.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string MhtText { get; set; }

Property Value

Type Description
String

A string containing text in MHT format.

Remarks

Use the Document.MhtText when operating at the document level, or the SubDocument.GetMhtText to retrieve a document range in MHT format.

Implements

See Also