| 
HtmlExportOptions
UseSaveFileRelativePath Property
  | 
 Gets or sets a value whether Image Path is relative to the file save path.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool UseSaveFileRelativePath { get; set; }
 
Public Property UseSaveFileRelativePath As Boolean
	Get
	Set
 
public:
property bool UseSaveFileRelativePath {
	bool get ();
	void set (bool value);
}
 
member UseSaveFileRelativePath : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 If Image Path wants to be relative to the file save path, set to
 
true
 
 .
 
 See Also
See Also