This documentation is for the old version. Go to the latest Upload Suite docs

PaneItem.EnableDisproportionalExifThumbnails Property

Get or sets a value indicating whether Image Uploader Flash should generate a preview thumbnail from the original image in the case when thumbnail saved in EXIF metadata is out of proportions of original image.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public Property EnableDisproportionalExifThumbnails As Boolean
C#
public bool EnableDisproportionalExifThumbnails { get; set; }

Property Value

Type: System.Boolean

If true Image Uploader Flash displays disproportional EXIF thumbnails in the list, otherwise the control resizes original image to the thumbnail size.

Default value is true.

Remarks

Note

This property takes effect in the Thumbnails and Tiles views only.

Image Uploader Flash supports displaying EXIF thumbnails in the upload pane when the Thumbnails or Tiles view mode is set. Such thumbnails are created by the most of cameras and stored along with image data. However, some cameras may create EXIF thumbnails which are out of proportions of original images. If so disproportional thumbnails will have black stripes above and below them. In this case you can set this property to false to regenerate preview thumbnails from original images and get rid of black stripes or specify a true value to display disproportional thumbnails instead.

See Also

Reference