ImageGear for .NET
TIFF Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : TIFF Property




Glossary Item Box

Gets or sets simplified access to TIFF metadata.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.