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

ImageUploader.AllowCmykImages Property

Switch that specifies whether it is possible to select CMYK images for the upload.

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

Syntax

Visual Basic
Public Property AllowCmykImages As Boolean
C#
public bool AllowCmykImages { get; set; }

Property Value

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.

Remarks

This property corresponds to AllowCmykImages client-side property.

See Also

Reference