Converter.ThumbnailUseExifPreview Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

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)

Syntax

C#
public bool ThumbnailUseExifPreview { get; set; }

Property Value

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