LoadImage(ImageFileName As String) As Integer

DocContent object

Description

Loads the image into the DocContent object, replacing any currently connected image.

Syntax

[ReturnValue =]Object.LoadImage( ImageFileName )

Part

Data type

Description

Object

DocContent

 

ImageFileName

String

The full path file name of the image to load.

Return value

Data type: Integer

Description: Returns 0 on success.

The DocContent object