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

ImageUploader.MessageCmykImagesAreNotAllowedText Property

Text of the error message which states that the selected image is CMYK, when CMYK images are not allowed for the upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MessageCmykImagesAreNotAllowedText As String
C#
public string MessageCmykImagesAreNotAllowedText { get; set; }

Property Value

A string value that specifies a text of the error message which states that the selected image is CMYK.

Default value is "CMYK images are not allowed".

Remarks

This property corresponds to MessageCmykImagesAreNotAllowedText client-side property.

See Also

Reference