ExportImageAsBase64 Property
In This Topic
Specifies whether images are saved in Base64 format to html.
The default value is false.
When this property is set to true image data is exported directly on the img
elements and separate files are not created.
Syntax
public System.bool ExportImageAsBase64 {get; set;}
See Also