[]
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.
public bool ExportImageAsBase64 { get; set; }
Public Property ExportImageAsBase64 As Boolean