ImageEditor.CropMinSize Property HTML5/Flash Uploader PHP

Supported technologies:

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

Syntax

PHP Initialize
public function getCropMinSize() {
}

public function setCropMinSize($value) {
}

Property 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.

See Also

Reference