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

Converter.ThumbnailKeepColorSpace Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether to preserve original color space when creating the thumbnail.

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

Syntax

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

Property Value

Type: System.Boolean

If true, the thumbnail is created in the original file color space. Otherwise, the thumbnail is created in RGB color space.

Default value is false.

Remarks

Note

Image Uploader Express and Professional do not keep original color space while creating thumbnails. See the Comparison of Image Uploader Editions topic for details.

This property makes sense only if the Mode property has the Thumbnail value.

See Also

Reference

Manual