Gets or sets a value indicating whether the thumbnail copy the ICC color prfile from the original file.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool ThumbnailCopyColorProfile { get; set; }
Type: System..Boolean
If true
, the thumbnail will have the same color profile as the original file. Otherwise, it will have no color profile.
Default value is false.
This property makes sense only if the Mode property has the Thumbnail
value.