Gets an actual height (in pixels) of this converted file if it is an image.
public function getHeight() { }
Type: string
The actual height of this converted file if it is an image. Otherwise, this property returns 0
.
Depending on the ThumbnailFitMode, this value may differ from the value specified through the ThumbnailHeight property. This happens because HTML5/Flash Uploader preserves the aspect ratio of the image and seldom can use the same dimensions as specified in the converter parameters.