Aspose::Cells::HtmlSaveOptions::SetExportImagesAsBase64 method

HtmlSaveOptions::SetExportImagesAsBase64 method

Specifies whether images are saved in Base64 format to HTML, MHTML or EPUB.

void Aspose::Cells::HtmlSaveOptions::SetExportImagesAsBase64(bool value)

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