HtmlSaveOptionsIsExpImageToTempDir Property |
Indicates whether exporting image files to temp directory.
Only for saving to html stream.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsExpImageToTempDir { get; set; }
Public Property IsExpImageToTempDir As Boolean
Get
Set
public:
property bool IsExpImageToTempDir {
bool get ();
void set (bool value);
}
member IsExpImageToTempDir : bool with get, set
Property Value
Type:
Boolean
See Also