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; }
Public Property ImageEmbedded As Boolean
Get
Set
public:
property bool ImageEmbedded {
bool get ();
void set (bool value);
}
member ImageEmbedded : bool with get, set
Property Value
Type:
Boolean
The value of the HTML export image style sheet.
See Also