ImageReader.Exif Property

Gets EXIF data collection from the image.

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

Syntax

C#
public ExifDictionary Exif { get; }

Property Value

A ExifDictionary containing EXIF data collection obtained from the image.

See Also

Reference