Search
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.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool EmbedImages { get; set; }

Visual Basic  Copy Code

Public Property EmbedImages As Boolean

 Property Value

true to embed images and charts in the HTML file, false to export the images and charts as external files.

 See Also