Click or drag to resize

HTMLOptions ImageEmbedded Property

If false,indicates exporting the image as a single file; If true, embedding the image into the html code using Data URI scheme. The default value is false. Note: Internet Explorer 8 limits data URIs to a maximum length of 32KB.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ImageEmbedded { get; set; }

Property Value

Type: Boolean
The value of the HTML export image style sheet.
See Also