Gets an array of System.Drawing.Image objects from the specified HTML string. The image is tiled to avoid working with very large images in memory

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

Syntax

C#
public Image[] GetImageTilesFromHtmlString(
	string htmlString
)
Visual Basic
Public Function GetImageTilesFromHtmlString ( 
	htmlString As String
) As Image()
Visual C++
public:
array<Image^>^ GetImageTilesFromHtmlString(
	String^ htmlString
)

Parameters

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

Return Value

Type: array<Image>[]()[][]
The rendered Image objects

See Also