Skip to main content

HtmlDocumentExporterOptions.EmbedImages Property

Specifies whether images are embedded in an HTML document.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v25.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the EmbedImages property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also