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
SyntaxC#
Copy Code
|
|---|
public bool EmbedImages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EmbedImages As Boolean |
true to embed images and charts in the HTML file, false to export the images and charts as external files.
See Also