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

Converter.ThumbnailCopyExif Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the 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 ThumbnailCopyExif As Boolean
C#
public bool ThumbnailCopyExif { get; set; }

Property Value

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.

Remarks

Note

Image Uploader Express and Professional do not preserve EXIF metadata while creating thumbnails. See the Comparison of Image Uploader Editions topic for details.

This property makes sense only if the Mode property has the Thumbnail value.

See Also

Reference

Manual