TiffExifIfd.TiffExifIfd

TiffExifIfd()

Initializes a new instance of the TiffExifIfd class.

public TiffExifIfd()

See Also


TiffExifIfd(uint)

Initializes a new instance of the TiffExifIfd class.

public TiffExifIfd(uint ifdOffset)
ParameterTypeDescription
ifdOffsetUInt32A pointer to the Exif IFD.

Remarks

Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF.

See Also