Click or drag to resize

TiffTag Class

Holds the data of a single TIFF Tag.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.MetadataTiffTag
    Atalasoft.Imaging.MetadataExifTag

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class TiffTag

The TiffTag type exposes the following members.

Constructors
  NameDescription
Public methodTiffTag(TiffTagID, Object)
Creates a new instance of TiffTag with the tag ID enumeration and object data automatically determine the data type.
Public methodTiffTag(Int32, Object, TiffTagDataType)
Creates a new instance of TiffTag with the tag ID, object data, and data type.
Public methodTiffTag(TiffTagID, Object, TiffTagDataType)
Creates a new instance of TiffTag with the tag ID, object data, and data type.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the data of a specific TIFF tag.
Public propertyID
Gets the ID of this TIFF tag.
Public propertyType
Gets the TIFF DataType for this TIFF Tag.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
A text description of the TiffTag.
(Overrides ObjectToString.)
Top
Remarks

TIFF Tags are returned when obtaining tags with the TiffDecoder.GetTiffTag method in TiffDecoder, and set with the TiffTag property in the TiffEncoder.

An alternative, and more comprehensive interface for retrieval and editing of TIFF Tags is the TiffFile class.

See Also

Reference

TiffTags Property
GetTiffTag Method
TiffTagCollection Class
TiffFile