GetImageExtents
Mon 01 January 2018Syntax
GetImageExtents(IMAGE.ImageName)
Description
Use the GetImageExtents function to return the width and height of the image specified by ImageName .
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| ImageName | 
      Specify the name of the image on the page. This image must exist on the page.  | 
   
Returns
An array of data type number, where element 1 is the image height and element 2 is the image width.