ImageEditor.EnableDrawTool Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a value indicating whether to allow drawing in the image editor.

Syntax

PHP Initialize
public function getEnableDrawTool() {
}

public function setEnableDrawTool($value) {
}

Property Value

Type: boolean

If true, the draw tool is enabled in the image editor.

Default value is false.

Remarks

If you want to set the draw tool as a default one, use the DefaultTool property.

See Also

Reference