This documentation is for the old version. Go to the latest Upload Suite docs

Restrictions.EnableCmyk Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether it is impossible to select CMYK images for the upload.

Syntax

PHP
public function getEnableCmyk() {
}

public function setEnableCmyk($value) {
}

Property Value

Type: boolean

If false, a user cannot select CMYK images for the upload. Otherwise, CMYK images are allowed to be uploaded.

Default value is true.

See Also

Reference

Manual