Click or drag to resize

HtmlExportOptions 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.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool ImageEmbedded { get; set; }

Property Value

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