PdfHtmlBaseUrl Property
            The base URL that can be used to resolve the relative URLs found in the HTML code to convert
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string BaseUrl { get; set; }
Public Property BaseUrl As String
	Get
	Set
public:
property String^ BaseUrl {
	String^ get ();
	void set (String^ value);
}
member BaseUrl : string with get, set
Property Value
String