This documentation is for the old version. Go to the latest Graphics Mill docs

IMetadataReadSupport.Exif Property

Gets EXIF data collection from file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
ReadOnly Property Exif As ExifDictionary
C#
                ExifDictionary Exif { get; }

Property Value

ExifDictionary class instance that contains EXIF data collection obtained from the file.

See Also

Reference