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

ImageUploader.LargePreviewWidth Property

Supported in: ActiveX , Java

Width of the preview window.

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("LargePreviewWidth", "400");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setLargePreviewWidth(value);
value = getImageUploader("ImageUploaderID").getLargePreviewWidth();

Property Value

A non-negative integer value which specifies the width of the preview window (in pixels).

Default value is "400".

See Also

Manual

Reference