ImageGetLinkTypeΒΆ

ImageGetLinkType returns the link type.

nLinkType = ImageGetLinkType(hImg)

Return Value

nLinkType is one of the following values:

Value

Meaning

1

Embed picture in the document.

2

Link to a file with the picture. Only the file name is saved in the document.

3

Embed the picture in the document. When the UniPlot document is opened it checks if the embedded picture is current. If the embedded picture is older than the external picture file, the picture is reloaded.

In UniPlot 3.x only nLinkType = 2 is supported. The other options will be available in UniPlot 4.x.

Parameters

hImg

Identifies the image.

id-387594