Back to Devexpress

Document.MhtText Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-0f470c0b.md

latest1.6 KB
Original Source

Document.MhtText Property

Gets or sets the document content as MHT text.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string MhtText { get; set; }
vb
Property MhtText As String

Property Value

TypeDescription
String

A string containing text of the document in MHT format.

|

Remarks

Use the Document.SaveDocument or the RichEditControl.SaveDocumentAs methods to save the document in MHT format. The SubDocument.GetMhtText method enables you to get the content of the specified document range in MHT format.

See Also

GetMhtText

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace