officefileapi-devexpress-dot-xtrarichedit-dot-export-5cb47207.md
Contains options used to save (export) the document in Mht (Web Archive) format.
Namespace : DevExpress.XtraRichEdit.Export
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class MhtDocumentExporterOptions :
HtmlDocumentExporterOptions
<ComVisible(True)>
Public Class MhtDocumentExporterOptions
Inherits HtmlDocumentExporterOptions
The following members return MhtDocumentExporterOptions objects:
Use the MhtDocumentExporterOptions class object in the following members:
For a list of supported HTML tags, refer to the following help topic: HTML Tag Support.
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions HtmlDocumentExporterOptions MhtDocumentExporterOptions
See Also