TiffExifIfd Class

Summary: The TIFF Exif image file directory class.

Module: aspose.imaging.fileformats.tiff

Full Name: aspose.imaging.fileformats.tiff.TiffExifIfd

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
TiffExifIfd()Initializes a new instance of the TiffExifIfd class.
TiffExifIfd(ifd_offset)Initializes a new instance of the TiffExifIfd class.

Properties

NameTypeAccessDescription
has_valueboolrGets a value indicating whether this instance has value.
offsetuintr/wGets or sets the pointer to EXIF IFD.

Constructor: TiffExifIfd()

 TiffExifIfd() 

Initializes a new instance of the TiffExifIfd class.

Constructor: TiffExifIfd(ifd_offset)

 TiffExifIfd(ifd_offset) 

Initializes a new instance of the TiffExifIfd class.

Parameters:

ParameterTypeDescription
ifd_offsetuintA pointer to the Exif IFD.