Retrieves the height of the ColdFusion image in pixels.
The height of the specified ColdFusion image in pixels.
ImageGetHeight(name) |
cfimage, ImageGetBlob, ImageGetBufferedImage, ImageGetEXIFTag, ImageGetIPTCTag, ImageGetWidth, ImageInfo, IsImage, IsImageFile
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
name |
Required. The ColdFusion image on which this operation is performed. |
Use this function to retrieve the height of a ColdFusion image.
<!--- This example shows how to retrieve the height of an image. ---> |
Sign in to your account