ExifData

ExifData constructor (1 of 3)

Initializes a new instance of the ExifData class.

public ExifData()

See Also


ExifData constructor (2 of 3)

Initializes a new instance of the ExifData class with data from array.

public ExifData(TiffDataType[] exifdata)
ParameterTypeDescription
exifdataTiffDataType[]Array of EXIF tags together with common and GPS tags.

See Also


ExifData constructor (3 of 3)

Initializes a new instance of the ExifData class with data from array.

public ExifData(TiffDataType[] commonTags, TiffDataType[] exifTags, TiffDataType[] gpsTags)
ParameterTypeDescription
commonTagsTiffDataType[]The common tags.
exifTagsTiffDataType[]The EXIF tags.
gpsTagsTiffDataType[]The GPS tags.

See Also