JpegExifData

JpegExifData constructor (1 of 3)

Initializes a new instance of the JpegExifData class.

public JpegExifData()

See Also


JpegExifData constructor (2 of 3)

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

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

See Also


JpegExifData constructor (3 of 3)

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

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

See Also