Gets or sets a value specifying whether the uploader should try using EXIF previews when possible.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool ThumbnailUseExifPreview { get; set; }
Type: System..Boolean
Iftrue
, 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.