Image Reference

Definition An image included by reference. If the image is not found at display time, an error is returned.
Attributes bTransparent
Named Blocks and Associated Structures OiAnoDatAN_NEW_ROTATE_STRUCT

OiFilNamAN_NAME_STRUCT

OiDIBNot used

OiGroupSTR

OiIndexSTR

OiAnTextNot used

Note:  To reference images at different locations on different PCs, you can use the following technique to specify the image filename. For example, to reference c:\oi\bw.tif, first define a section in the win.ini file called [O/i ImagePath], with an entry such as x=c:\oi\, where x is an integer from 1 to 9. After this setting is defined, use the filename x:bw.tif to access c:\oi\bw.tif. The path specified for x (c:\oi\) concatenates with what follows after the colon in the filename (bw.tif) to produce c:\oi\bw.tif.