ImageEditor.CropMinSize Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets minimum width and height of the crop rectangle.

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

Syntax

C#
public int CropMinSize { get; set; }

Property Value

Type: System..Int32

The minimum possible width and height in pixels of the resulting image you will receive after the user applies the crop. If 0, no limitation is applied.

Default value is 50.

See Also

Reference