Converter.ThumbnailKeepColorSpace Property ActiveX/Java Uploader ASP.NET

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

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

ActiveX/Java Uploader Express does not keep original color space while creating thumbnails. See the Upload Suite Editions topic for details.

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

See Also

Reference

Manual