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

FileUploadEventArgs.Exif Property

Gets a ExifList which represents a list of EXIF fields extracted from the uploaded file.

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

Syntax

Visual Basic
Public ReadOnly Property Exif As ExifList
C#
public ExifList Exif { get; }

Property Value

The ExifList that contains EXIF fields extracted from the uploaded file.

Remarks

This property returns a list of EXIF fields specified for upload with the ExtractExif property.

See Also

Reference