Image.Load

Image.Load (

string ObjectName,

string Filename )

Description

Loads an image file into an image object.

Parameters

ObjectName

(string) The name of the image object.

Filename

(string) The path to the image file. Click the browse button to select a file.

Note: The following image formats are supported in the image object: JPG, BMP, TIFF, GIF, PhotoCD, Photoshop, WBMP, PNG, PCX, PAX, TLA, WMF, EMF, APM and TGA.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions