Switch that specifies whether the second thumbnail should contain EXIF metadata copied from the original file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadThumbnail2CopyExif As Boolean
public bool UploadThumbnail2CopyExif { get; set; }
A boolean value (true
or false
). If true
, the EXIF information is copied from the original source file. Otherwise only the image (without metadata) is sent.
Default value is false
.