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

ImageUploader.CmykImagesAreNotAllowedText Property

Text which appears instead of the description text field if the 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 CmykImagesAreNotAllowedText As String
C#
public string CmykImagesAreNotAllowedText { get; set; }

Property Value

A string value that specifies a text which appears instead of the description text field if the image is CMYK.

Default value is "File is CMYK".

Remarks

This property corresponds to CmykImagesAreNotAllowedText client-side property.

See Also

Reference