TiffExifIfd Class
Summary: The TIFF Exif image file directory class.
Module: aspose.imaging.fileformats.tiff
Full Name: aspose.imaging.fileformats.tiff.TiffExifIfd
Constructors
Name | Description |
---|---|
TiffExifIfd() | Initializes a new instance of the TiffExifIfd class. |
TiffExifIfd(ifd_offset) | Initializes a new instance of the TiffExifIfd class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
has_value | bool | r | Gets a value indicating whether this instance has value. |
offset | uint | r/w | Gets 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:
Parameter | Type | Description |
---|---|---|
ifd_offset | uint | A pointer to the Exif IFD. |