Messages.CmykImagesNotAllowed Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets the message displayed when the user tries to select CMYK image while it is disallowed.

Syntax

PHP Initialize
public function getCmykImagesNotAllowed() {
}

public function setCmykImagesNotAllowed($value) {
}

Property Value

Type: string

The message displayed when the user tries to select CMYK image while it is disallowed (i.e. EnableCmyk = false).

Default value is "CMYK images are not allowed.".

See Also

Reference