ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : TIFF Property |
'Declaration Public Property TIFF As ImGearFormatMetadata
'Usage Dim instance As ImGearMetadataHead Dim value As ImGearFormatMetadata instance.TIFF = value value = instance.TIFF
public ImGearFormatMetadata TIFF {get; set;}
public: __property ImGearFormatMetadata* get_TIFF(); public: __property void set_TIFF( ImGearFormatMetadata* value );
public: property ImGearFormatMetadata^ TIFF { ImGearFormatMetadata^ get(); void set ( ImGearFormatMetadata^ value); }
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.