LosslessJpeg.Exif Property

Gets or sets EXIF data collection stored in the opened image.

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

Syntax

C#
public ExifDictionary Exif { get; set; }

Property Value

A ExifDictionary containing EXIF data collection stored in the opened image.

See Also

Reference