ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Page Namespace / Settings Class / EmbedImages Property

In This Topic
EmbedImages Property
In This Topic
Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.
Syntax
'Declaration
 
Public Property EmbedImages As Boolean
 

Property Value

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