getImageHeight

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