Switch that specifies whether Image Uploader should generate thumbnail from original image in the case when thumbnail saved in EXIF metadata is out of proportions of original image.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowDisproportionalExifThumbnails As Boolean
public bool AllowDisproportionalExifThumbnails { get; set; }
A boolean value (true or false). If true Image Uploader displays disproportional EXIF thumbnails in the thumbnail list, otherwise the control resizes original image to thumbnail size.
Default value is true.