Aurigma Image Uploader 6.5 Dual
ImageUploader..::.AllowDisproportionalExifThumbnails Property
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)
Syntax
Visual Basic
Public Property AllowDisproportionalExifThumbnails As Boolean
C#
public bool AllowDisproportionalExifThumbnails { get; set; }
Property Value
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.
Remarks
This property corresponds to AllowDisproportionalExifThumbnails client-side property.