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

ImageUploader.UploadThumbnail2CopyExif Property

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)

Syntax

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

Property Value

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.

Remarks

This property corresponds to UploadThumbnail2CopyExif client-side property.

See Also

Reference