Gets or sets a value indicating whether to apply drawing to the thumbnail made by a user through the image editor.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool ThumbnailApplyDrawTool { get; set; }
Type: System..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
.