Gets an array of Image objects from the specified URL. 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[] GetImageTilesFromUrl(
	string url
)
Visual Basic
Public Function GetImageTilesFromUrl ( 
	url As String
) As Image()
Visual C++
public:
array<Image^>^ GetImageTilesFromUrl(
	String^ url
)

Parameters

url
Type: System..::..String
The web page URL

Return Value

Type: array<Image>[]()[][]
The rendered System.Drawing.Image object

See Also