Converter.ThumbnailUseExifPreview Property HTML5/Flash Uploader PHP

Supported technologies:

Gets or sets a value specifying whether the uploader should try using EXIF previews when possible.

Syntax

PHP Initialize
public function getThumbnailUseExifPreview() {
}

public function setThumbnailUseExifPreview($value) {
}

Property Value

Type: boolean

If true, the uploader will search for the EXIF preview in a file. If this preview is larger than the image size specified in the converter, it will resize this preview instead of the original image. If you prefer always loading the original image, set the property to false.

Default value is true.

See Also

Reference