Class TiffExifIfd
Namespace: Aspose.Imaging.FileFormats.Tiff
Assembly: Aspose.Imaging.dll (25.2.0)
The TIFF Exif image file directory class.
public class TiffExifIfd
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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.
Constructors
TiffExifIfd()
Initializes a new instance of the Aspose.Imaging.FileFormats.Tiff.TiffExifIfd class.
public TiffExifIfd()
TiffExifIfd(uint)
Initializes a new instance of the Aspose.Imaging.FileFormats.Tiff.TiffExifIfd class.
public TiffExifIfd(uint ifdOffset)
Parameters
ifdOffset
uint
A pointer to the Exif IFD.
Remarks
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.
Properties
HasValue
Gets a value indicating whether this instance has value.
public bool HasValue { get; }
Property Value
Offset
Gets or sets the pointer to EXIF IFD.
public uint Offset { get; set; }
Property Value
Exceptions
There is no pointer to EXIF IFD.