getImageWidth

session.getImageWidth( String imagePath ) (enterprise edition only)
Description
This will return the width of an image found at imagePath.
Example
// Output the width of the image to the log.
session.log( "Image width: " + session.getImageWidth( "C:/my_image.jpg" ) );