Skip to main content
A newer version of this page is available. .

MhtExportOptions.EmbedImagesInHTML Property

Overrides the HtmlExportOptionsBase.EmbedImagesInHTML property, to hide it.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool EmbedImagesInHTML { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EmbedImagesInHTML
Cross-Platform Class Library ExportOptions
.Mht.EmbedImagesInHTML
WPF Controls ExportOptionsContainer
.Mht.EmbedImagesInHTML

Remarks

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

See Also