MhtExportOptions.EmbedImagesInHTML Property
Overrides the HtmlExportOptionsBase.EmbedImagesInHTML property, to hide it.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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:
Object Type | Path to EmbedImagesInHTML |
---|---|
ExportOptions |
|
Remarks
The EmbedImagesInHTML property is hidden, because it isn’t appropriate for the MhtExportOptions.
See Also