ImageUploaderFlash.EnableImageEditor Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether to enable a built-in image editor (crop tool and/or draw tool).

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public bool EnableImageEditor { get; set; }

Property Value

Type: System..Boolean

If true, any image in the folder or upload pane can be opened in the image editor; otherwise, the image editor icon is hidden.

Default value is false.

Remarks

The image editor includes two tools - a cropping tool and draw tool. You can turn both of them on and off and configure them. For example, you can configure the crop aspect ratio or pen width and color. Refer the ImageEditor description for more details.

Notice that enabling the editor may be not enough to upload edited images - you should make sure that your converter is configured properly. For example, it is possible to crop an image and upload a non-cropped version of this image along with the crop boundaries (so that you could apply the crop on the server; give the user an ability to cancel crop after the upload, etc).

See Also

Reference

Manual