| HtmlToPdfClientsetHeaderBaseUrl Method  | 
 
            Set an optional base url parameter can be used together with the header HTML to resolve relative paths from the html string.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic HtmlToPdfClient setHeaderBaseUrl(
	string baseUrl
)
Public Function setHeaderBaseUrl ( 
	baseUrl As String
) As HtmlToPdfClient
Parameters
- baseUrl
- Type: SystemString
 Header base url.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also