Skip to main content

RichEditDocumentServer.MhtText Property

Gets or sets the document content as MHT text.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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