Converter.ThumbnailCopyColorProfile Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a value indicating whether the thumbnail copy the ICC color prfile from the original file.

Syntax

PHP Initialize
public function getThumbnailCopyColorProfile() {
}

public function setThumbnailCopyColorProfile($value) {
}

Property Value

Type: 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.

Remarks

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

See Also

Reference

Manual