EVO HTML to PDF Converter

HtmlToImageConverterConvertHtmlToImageObject Method

EVO HTML to PDF Converter for .NET Documentation
Converts a HTML string to an Image object using a base URL to resolve external resources

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public Image ConvertHtmlToImageObject(
	string htmlString,
	string baseUrl
)

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: Image
The created Image object
See Also

Reference