Gets or sets minimum width and height of the crop rectangle.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public int CropMinSize { get; set; }
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.