Skip to main content

MhtExportOptions.EmbedImagesInHTML Property

Overrides the HtmlExportOptionsBase.EmbedImagesInHTML property, to hide it.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to EmbedImagesInHTML
ExportOptions
.Mht .EmbedImagesInHTML

Remarks

The EmbedImagesInHTML property is hidden, because it isn’t appropriate for the MhtExportOptions.

See Also