Back to Devexpress

MhtDocumentExporterOptions Class

officefileapi-devexpress-dot-xtrarichedit-dot-export-5cb47207.md

latest2.5 KB
Original Source

MhtDocumentExporterOptions Class

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

Declaration

csharp
[ComVisible(true)]
public class MhtDocumentExporterOptions :
    HtmlDocumentExporterOptions
vb
<ComVisible(True)>
Public Class MhtDocumentExporterOptions
    Inherits HtmlDocumentExporterOptions

The following members return MhtDocumentExporterOptions objects:

Remarks

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.

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions HtmlDocumentExporterOptions MhtDocumentExporterOptions

See Also

MhtDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace