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

IMetadataWriteSupport.Exif Property

Gets/sets EXIF data collection you want to write into the file.

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

Syntax

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

Property Value

ExifDictionary class instance that contains EXIF data collection you want to write into the file.

See Also

Reference