ImageGear .NET - Updated
ImGearTIFFMetadata Class
Members 




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFMetadata Class
Provides simplified access to TIFF metadata.
Object Model
ImGearTIFFMetadata ClassImGearRationalUInt StructureImGearRationalUInt StructureImGearRationalUInt Structure
Syntax
'Declaration
 
Public Class ImGearTIFFMetadata 
   Inherits ImageGear.Formats.ImGearFormatMetadata
'Usage
 
Dim instance As ImGearTIFFMetadata
public class ImGearTIFFMetadata : ImageGear.Formats.ImGearFormatMetadata 
public __gc class ImGearTIFFMetadata : public ImageGear.Formats.ImGearFormatMetadata 
public ref class ImGearTIFFMetadata : public ImageGear.Formats.ImGearFormatMetadata 
Remarks
This class provides simplified read/write access to TIFF metadata of an ImGearPage. Properties of this class represent specific TIFF tags.

The following file formats may contain TIFF metadata:

- TIFF

- JPEG with EXIF metadata (EXIF specification uses TIFF structure and a subset of TIFF tags).

ImGearTIFFMetadata class provides access to data stored in the general metadata tree. It does not store its own copy of the data.

Types of properties of the class represent TIFF tag types, e.g., string, byte[ ], etc. Instead of value types, ImageGear uses corresponding Nullable types.

If a specific tag is not present in the metadata, corresponding property returns null. Similarly, to remove a specific tag from metadata, set the corresponding property to null.

Inheritance Hierarchy

System.Object
   ImageGear.Formats.ImGearFormatMetadata
      ImageGear.Formats.TIF.ImGearTIFFMetadata

See Also

Reference

ImGearTIFFMetadata Members
ImageGear.Formats.TIF Namespace