Class ImageData

ImageData class

Class containing all extracted supported EXIF tags

public class ImageData

Properties

NameDescription
Artist { get; }EXIF tag Artist
Description { get; }EXIF tag ImageDescription
GeoLocation { get; }EXIF tags tags GPSLatitude, GPSLongitude
ImageSize { get; }EXIF tags tags ImageWidth and ImageHeight
ModifyDate { get; }EXIF tag ModifyDate (DataTime)

Remarks

If the data is not represented in the file, the property is set to the default value.

See Also