PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates an image from the specified url and returns it as byte-array.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Image.FromUrl")]
public static byte[] GetImageFromHtml(
	 location,
	int width
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Image.FromUrl")> _
Public Shared Function GetImageFromHtml ( _
	location As , _
	width As Integer _
) As ()

Parameters

location
Locator
The url.
width
Int32
The width of the image.

Return Value

An image of the specified url.

See Also

Advanced