Gets or sets the directory where the images referenced in the HTML should be copied.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string ImageFolder { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageFolder As String |
A string value.
RemarksIf this property is null (Nothing in Visual Basic) or an empty string, the images will be placed in the RootFolder.
See Also