ImageSetLinkType sets the link type.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
Identifies the image.
nLinkType is 2 for all version smaller than 4.x. UniPlot 4.x can link or embed images. The following link types are available:
| Value | Type | Meaning |
|---|---|---|
| 1 | Embedded | The picture is save in the IPW file. |
| 2 | Linked to file | Only the link is saved in the IPW file. |
| 3 | Embedded with link to file | The picture is saved in the IPW file. If the linked file is available the picture will be updated during loading. |
If the picture is linked, UniPlot uses the following search strategy to find the source file of the picture:
See also
id-464394