Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadThumbnail1Height Property
Height restriction of the first thumbnail.
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("UploadThumbnail1Height", "96"); //...other params... iu.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setUploadThumbnail1Height(value);
value = getImageUploader("ImageUploaderID").getUploadThumbnail1Height();Property Value
A positive integer value that specifies height restriction for the first thumbnail.
Default value is "96".
Remarks
Read about the UploadThumbnail1FitMode property for more details information how this property affects the thumbnail size.
If you choose to send resized thumbnails, you can specify the quality of resizing with the UploadThumbnail1ResizeQuality property.
See Also
Manual
Reference
- UploadThumbnail1BackgroundColor Property
- UploadThumbnail1CompressOversizedOnly Property
- UploadThumbnail1CompressionMode Property
- UploadThumbnail1CopyExif Property
- UploadThumbnail1CopyIptc Property
- UploadThumbnail1FitMode Property
- UploadThumbnail1JpegQuality Property
- UploadThumbnail1ResizeQuality Property
- UploadThumbnail1Resolution Property
- UploadThumbnail1Watermark Property
- UploadThumbnail1Width Property