Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditDocumentExportOptions.Mht Property

Obtains options specific for export to Mht (“Web Archive”) format.

Namespace: DevExpress.XtraRichEdit.Export

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public MhtDocumentExporterOptions Mht { get; }

Property Value

Type Description
MhtDocumentExporterOptions

An object that contains export settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Mht
WinForms Controls SnapControlOptions
.Export .Mht
RepositoryItemRichTextEdit
RichEditControlOptions
.Export .Mht
WPF Controls RichEditControlOptions
.Export .Mht
Office File API RichEditControlOptionsBase
.Export .Mht
See Also