[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.Settings.EmbedImages

EmbedImages Property

EmbedImages

Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.

Declaration
[TypeConverter(typeof())]
public bool EmbedImages { get; set; }
Property Value
Type Description
bool

A boolean value indicating whether or not to write the images content to a different stream, or embed it in the html file.