Messages.CmykImagesNotAllowed Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

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)

Syntax

C#
public string CmykImagesNotAllowed { get; set; }

Property Value

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.".

See Also

Reference