HtmlLoadOptions.HtmlLoadOptions

HtmlLoadOptions()

Creates load options for converting html into pdf document with empty base path.

public HtmlLoadOptions()

See Also


HtmlLoadOptions(string)

Creates load options for converting html into pdf document with defined base path.

public HtmlLoadOptions(string basePath)
ParameterTypeDescription
basePathStringThe base path/url for the html file.

See Also