com.grapecity.documents.excel.drawing Package / HtmlSaveOptions Class / setExportImageAsBase64 Method
In This Topic
setExportImageAsBase64 Method
In This Topic
Sets whether images are saved in Base64 format to html. When this property is set to true image data is exported directly on the img elements and separate files are not created.
Syntax
public void setExportImageAsBase64( 
   boolean value
)

Parameters

value
See Also