Skip to main content

HtmlDocumentExporterOptions.EmbedImages Property

Specifies whether images are embedded in an HTML document.

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(false)]
public virtual bool EmbedImages { get; set; }

Property Value

Type Default Description
Boolean false

true, to embed images in a page; otherwise, false.

Remarks

Use the EmbedImages property to specify whether images should be embedded into a page, or stored externally. Embedded images in the HTML document are stored in Base64 encoding.

Note

MS Internet Explorer has limited support for HTML embedded images, starting from version 7.0.

See Also