Switch that specifies whether it is possible to select CMYK images for the upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowCmykImages As Boolean
public bool AllowCmykImages { get; set; }
A boolean value (true
or false
). If true
, the user can select CMYK images for the upload. Otherwise CMYK images cannot be selected.
Default value is true
.