Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
ImageGear.Formats.TIF.ImGearTIFFMetadata class object.The user does not need to know exact location of TIFF metadata in the metadata tree. If TIFF metadata doesn't exist in the metadata tree, the property returns null.
You can add TIFF metadata to a metadata tree, if it was not present, by creating a new instance of ImageGear.Formats.TIF.ImGearTIFFMetadata class and assigning it to the TIFF property. However, this only allowed if metadata tree's target format is compatible with TIFF. Currently, two target formats support TIFF metadata: TIFF and JPEG.