Aspose::Cells::HtmlSaveOptions::GetExportImagesAsBase64 method

HtmlSaveOptions::GetExportImagesAsBase64 method

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

bool Aspose::Cells::HtmlSaveOptions::GetExportImagesAsBase64()

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