Restrictions.EnableCmyk Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or set a value specifying whether the user is allowed to select CMYK images for the uploading.

Syntax

PHP Initialize
public function getEnableCmyk() {
}

public function setEnableCmyk($value) {
}

Property Value

Type: boolean

If true, no color space filtering is applied, otherwise only RGB images are allowed.

Default value is true.

See Also

Reference