| PUTIMAGE |
API to store an Image pointer in file 8925.91.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IMGDA |
Input |
This variable contains an Image pointer.
|
TIUY |
Output |
Return variable will be a two-piece value, first
piece will indicate success (1) of failure (0) and the second piece indicate
the reason of failure.
|
|
DELIMAGE |
API to delete the image pointer in the DOCUMENT FILE.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Output |
Return variable is a two-piece value, first piece
indicates success (1) or failure (0) and second piece is the reason for the
failure.
|
TIUDA |
Input |
The document pointer (ien).
|
IMGDA |
Input |
The image pointer (ien)
|
|
GETILST |
API to get a list of associated image pointer for a
specified DOCUMENT.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Output |
A sequential array of image pointers (ien).
|
TIUDA |
Input |
The DOCUMENT pointer (ien).
|
|
GETDLST |
API to get a list of associated documents for a
specified Image pointer.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Output |
A sequential array of document pointers (ien).
|
|