Skip to main content

MhtDocumentExporterOptions.EmbedImages Property

Overrides the corresponding property of the base class, to hide it.

Namespace: DevExpress.XtraRichEdit.Export

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override bool EmbedImages { get; set; }

Property Value

Type Description
Boolean

Always false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EmbedImages
RichEditDocumentExportOptions
.Mht .EmbedImages

Remarks

This option is not appropriate for MHT format.

See Also