RichEditControl.MhtText Property
Gets or sets the control’s content as MHT text.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
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.
Assigning the MhtText property value results in a new loaded document that is imported from the MHT format. Check the MhtText property value when the RichEditControl.DocumentLoaded event handler, i.e. when the document is fully loaded.
See Also