This is an old revision of the document!
IMAGE_WIDTH
Description
Determines width (height) of the provided image
Parameters
An attribute of the picture type
Example
IF IMAGE_WIDTH(Object.Picture) > 800 THEN ...
This is an old revision of the document!
Determines width (height) of the provided image
An attribute of the picture type
IF IMAGE_WIDTH(Object.Picture) > 800 THEN ...