Gets or sets the message displayed when the user tries to select CMYK image while it is disallowed.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public string CmykImagesNotAllowed { get; set; }
Type: System..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.".