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

AdvancedPsdReader.Exif Property

Gets EXIF data collection from file.

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

Syntax

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

Property Value

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

See Also

Reference