Gets an Image object from the specified HTML string.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Image GetImageFromHtmlString(
	string htmlString
)
Visual Basic
Public Function GetImageFromHtmlString ( 
	htmlString As String
) As Image
Visual C++
public:
Image^ GetImageFromHtmlString(
	String^ htmlString
)

Parameters

htmlString
Type: System..::..String
The HTML string to convert

Return Value

Type: Image
The rendered Image object

See Also