Search
HtmlExporter.ImageFolder Property
See Also
 






Gets or sets the directory where the images referenced in the HTML should be copied.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string ImageFolder { get; set; }

Visual Basic  Copy Code

Public Property ImageFolder As String

 Property Value

A string value.

 Remarks

If this property is null (Nothing in Visual Basic) or an empty string, the images will be placed in the RootFolder.

 See Also