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

Messages.CmykImagesNotAllowed Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that the selected image is CMYK, when CMYK images are denied for the upload.

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

Syntax

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

Property Value

Type: System.String

The message which states that the selected image is CMYK.

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

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference