Class TiffExifIfd
- Namespace
- Aspose.Imaging.FileFormats.Tiff
- Assembly
- Aspose.Imaging.dll
The TIFF Exif image file directory class.
public class TiffExifIfd
- Inheritance
-
TiffExifIfd
- Inherited Members
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 TiffExifIfd class.
public TiffExifIfd()
TiffExifIfd(uint)
Initializes a new instance of the TiffExifIfd class.
public TiffExifIfd(uint ifdOffset)
Parameters
ifdOffset
uintA 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
- bool
true
if this instance has value; otherwise,false
.
Offset
Gets or sets the pointer to EXIF IFD.
public uint Offset { get; set; }
Property Value
- uint
The pointer to EXIF IFD.
Exceptions
- TiffImageException
There is no pointer to EXIF IFD.