| 
Document
HtmlBaseUrl Property
  | 
 Gets or sets the Base path which is used to convert the relative path to absolute path.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string HtmlBaseUrl { get; set; }
 
Public Property HtmlBaseUrl As String
	Get
	Set
 
public:
property String^ HtmlBaseUrl {
	String^ get ();
	void set (String^ value);
}
 
member HtmlBaseUrl : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also