Back to Devexpress

RichEditDocumentServer.MhtText Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-580ff99a.md

latest1.5 KB
Original Source

RichEditDocumentServer.MhtText Property

Gets or sets the document content as MHT text.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
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

MhtText

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace