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.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
BooleanThe value of the HTML export image style sheet.