HtmlSaveOptionsExportImagesAsBase64 Property |
Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ExportImagesAsBase64 { get; set; }
Public Property ExportImagesAsBase64 As Boolean
Get
Set
public:
property bool ExportImagesAsBase64 {
bool get ();
void set (bool value);
}
member ExportImagesAsBase64 : bool with get, set
Property Value
Type:
Boolean
Remarks
When this property is set to true image data is exported directly on the
img elements and separate files are not created.
See Also