You are here: Start » FIL.NET » Function Reference » System » Interoperability » FIL.LoadImage_FromWebsite

FIL.LoadImage_FromWebsite

Loads a JPG image from a website.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LoadImage_FromWebsite
(
	string inAddress,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inAddressstring
outImageFilNet.ImageOutput image.

Function Overrides

See also