ActiveReports 14 .NET Edition
GrapeCity.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
    public bool EmbedImages {get; set;}

    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