Gets or sets minimum width and height of the crop rectangle.
public function getCropMinSize() { } public function setCropMinSize($value) { }
Type: integer
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.