TiffExifIfd 类
Summary: The TIFF Exif image file directory class.
Module: aspose.imaging.fileformats.tiff
Full Name: aspose.imaging.fileformats.tiff.TiffExifIfd
Constructors
| Name | 描述 |
|---|---|
| TiffExifIfd() | 初始化 TiffExifIfd 类的新实例。 |
| TiffExifIfd(ifd_offset) | 初始化 TiffExifIfd 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| has_value | bool | r | 获取一个值,指示此实例是否具有值。 |
| offset | int | r/w | 获取或设置指向 EXIF IFD 的指针。 |
Constructor: TiffExifIfd()
TiffExifIfd()
初始化 TiffExifIfd 类的新实例。
Constructor: TiffExifIfd(ifd_offset)
TiffExifIfd(ifd_offset)
初始化 TiffExifIfd 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| ifd_offset | int | 指向 Exif IFD 的指针。 |