[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HtmlSaveOptions.ExportImageAsBase64

ExportImageAsBase64 Property

ExportImageAsBase64

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.

Declaration
public bool ExportImageAsBase64 { get; set; }
Public Property ExportImageAsBase64 As Boolean