Gets or sets a value indicating whether the thumbnail should contain EXIF metadata copied from the original file.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool ThumbnailCopyExif { get; set; }
Type: System..Boolean
If true
, the EXIF information is copied from the original file. Otherwise, EXIF metadata will not be preserved.
Default value is false.
This property makes sense only if the Mode property has the Thumbnail
value.