Gets or sets a value indicating whether to allow cropping functionality in the image editor.
public function getEnableCrop() { } public function setEnableCrop($value) { }
Type: boolean
If true
, the cropping tool is enabled in the image editor.
Default value is true.
If you want to set the cropping tool as a default one, use the DefaultTool property.