You are here: Start » AVL.NET » AVL.LoadImage_FromWebsite Method

AVL.LoadImage_FromWebsite Method

Loads a JPG image from a website.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadImage_FromWebsite(
	string inAddress,
	string inLogin,
	string inPassword,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inAddressstring
inLoginstringLogin for Basic authorization. Default value: atl::NIL, or null.
inPasswordstringPassword for Basic authorization. Default value: atl::NIL, or null.
outImageAvlNet.ImageOutput image.

See also