DrawTool.MaxWidth Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a upper value of the width slider of the draw tool.

Syntax

PHP Initialize
public function getMaxWidth() {
}

public function setMaxWidth($value) {
}

Property Value

Type: integer

The number specifying a upper value of the width slider of the draw tool.

Default value is 100.

Remarks

You can hide the slider using the EnableWidthSlider property.

See Also

Reference