ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataHead Class / TIFF Property




In This Topic
TIFF Property (ImGearMetadataHead)
In This Topic
Gets or sets simplified access to TIFF metadata.
Syntax
'Declaration
 
Public Property TIFF As ImGearFormatMetadata
 
'Usage
 
Dim instance As ImGearMetadataHead
Dim value As ImGearFormatMetadata
 
instance.TIFF = value
 
value = instance.TIFF

Property Value

ImageGear.Formats.TIF.ImGearTIFFMetadata class object.
Remarks
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.

See Also