Gets or sets a resolution of the thumbnail (DPI).
$au.imageUploaderFlash({
converters : [
{
//...other params...
thumbnailResolution: 0,
//...other params...
}
]
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().set(index).thumbnailResolution(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailResolution();
Type: Number
The the resolution of generated thumbnail in DPI. If 0 is specified, the resolution of the original file is preserved.
Default value is 0.