Converts a HTML string to an Image object using a base URL to resolve external resources
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
Parameters
- htmlString
- Type: SystemString
The HTML string to convert to image - baseUrl
- Type: SystemString
The base URL used to determine the full URL of the external resources like images, CSS, JavaScript and Web Font files referenced by relative URLs in HTML
Return Value
Type: ImageThe created Image object
See Also