MindFusion WinForms Programmer's Guide
HtmlExporter.EmbedImages Property
See Also
 





Gets or sets a value indicating whether to embed images in the HTML or copy them in a specified directory.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html

 Syntax

C#  Copy Code

public bool EmbedImages { get; set; }

Visual Basic  Copy Code

Public Property EmbedImages As Boolean

 Property Value

true, to embed the report images in the resulting HTML file; false, to copy the images to the folder specified through the ImageFolder property. The default is true.

 Remarks

This property is ignored when exporting directly to a StringBuilder. In this case, the images are always embedded in the resulting HTML.

 Note

Not all browsers can handle embedded images. Make sure the target browser supports them when using the EmbedImages property.

 See Also

HtmlExporter Members
HtmlExporter Class
MindFusion.Reporting.Export Namespace
ImageFolder Property