converter.thumbnailApplyDrawTool Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets a value indicating whether to apply drawing to the thumbnail made by a user through the image editor.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    converters : [
        {
            //...other params...
            thumbnailApplyDrawTool: true,
            //...other params...
        }
    ]
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().set(index).thumbnailApplyDrawTool(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailApplyDrawTool();

Property Value

Type: Boolean

If true, the drawing will be applied to this thumbnail.

Default value is true.

Remarks

This property makes sense only if the mode property is Thumbnail.

See Also

Reference