ImageEditor.EnableCrop Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether to allow cropping functionality in the image editor.

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

Syntax

C#
public bool EnableCrop { get; set; }

Property Value

Type: System..Boolean

If true, the cropping tool is enabled in the image editor.

Default value is true.

Remarks

If you want to set the cropping tool as a default one, use the DefaultTool property.

See Also

Reference