Gets or sets the folder of the target HTML.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string RootFolder { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RootFolder As String |
A string value.
RemarksIf images are not embedded and ImageFolder is a relative path, this parameter is used as a root. If this property is null (Nothing in Visual Basic) or an empty string, the directory of the exported HTML file is used as a root folder.
See Also