IMAGE_WIDTH
Description
Determines width of the provided image
Parameters
An attribute of the picture type
Example
IF IMAGE_WIDTH(Object.Picture) > 800 THEN ...
index function function list images
Determines width of the provided image
An attribute of the picture type
IF IMAGE_WIDTH(Object.Picture) > 800 THEN ...