This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.QualityMeterHeight Property

Supported in: ActiveX , Java

Height of the quality meter element.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("QualityMeterHeight", "64");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setQualityMeterHeight(value);
value = getImageUploader("ImageUploaderID").getQualityMeterHeight();

Property Value

A positive integer value that specifies the height restriction for the quality meter element placed on thumbnails.

Default value is "64".

Remarks

If the quality meter height is larger than a distance between rotate and remove icons, it is automatically shrinked down to fit this distance.

See Also

Manual

Reference