TiffExifIfd Class

The TIFF Exif image file directory class.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.TiffTiffExifIfd

Namespace:  Aspose.CAD.FileFormats.Tiff
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class TiffExifIfd

The TiffExifIfd type exposes the following members.

Constructors
  NameDescription
Public methodTiffExifIfd
Initializes a new instance of the TiffExifIfd class.
Public methodTiffExifIfd(UInt32)
Initializes a new instance of the TiffExifIfd class.
Properties
  NameDescription
Public propertyHasValue
Gets a value indicating whether this instance has value.
Public propertyOffset
Gets or sets the pointer to EXIF IFD.
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 a hash function for a particular type.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
Incapsulates a pointer to the Exif IFD. Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF. See http://www.exiv2.org/tags.html and http://www.awaresystems.be/imaging/tiff/tifftags/exififd.html for more details.
See Also