Image.GetSize

table Image.GetSize ( 

string ObjectName )

Example 1

image_size = Image.GetSize("Image1");

Gets the pixel dimensions of the "Image1" image object and stores the width and height values in the "image_size" table. The dimensions can be accessed by referencing image_size.Width and image_size.Height.

See also:  Related Actions