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
)
|
Parameters
- value
See Also