Gets or sets a value indicating whether to apply drawing to the thumbnail made by a user through the image editor.
$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();
Type: Boolean
If true
, the drawing will be applied to this thumbnail.
Default value is true.
This property makes sense only if the mode property is Thumbnail
.