Converter.ThumbnailResizeCmyk Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value indicating whether CMYK images should be resized or ignored.

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

Syntax

C#
public bool ThumbnailResizeCmyk { get; set; }

Property Value

Type: System..Boolean

If true, CMYK images will resized by the browser. In this case, it may do it without color management (depending on the browser implementation). If false, CMYK files will be interpreted as non-images and therefore Thumbnail mode will fail. You should use it in combination with SourceFile mode as fallback.

Default value is false.

See Also

Reference