public class TiffExifIfd extends Object
The TIFF Exif image file directory class.
Constructor and Description |
---|
TiffExifIfd()
Initializes a new instance of the
TiffExifIfd class. |
TiffExifIfd(long ifdOffset)
Initializes a new instance of the
TiffExifIfd class. |
Modifier and Type | Method and Description |
---|---|
long |
getOffset()
Gets or sets the pointer to EXIF IFD.
|
boolean |
hasValue()
Gets a value indicating whether this instance has value.
|
void |
setOffset(long value)
Gets or sets the pointer to EXIF IFD.
|
public TiffExifIfd()
Initializes a new instance of the TiffExifIfd
class.
public TiffExifIfd(long ifdOffset)
Initializes a new instance of the TiffExifIfd
class.
ifdOffset
- A pointer to the Exif IFD.
public final boolean hasValue()
Gets a value indicating whether this instance has value.
Value:true
if this instance has value; otherwise, false
.public final long getOffset()
Gets or sets the pointer to EXIF IFD.
TiffImageException
- There is no pointer to EXIF IFD.
Value:
The pointer to EXIF IFD.public final void setOffset(long value)
Gets or sets the pointer to EXIF IFD.
TiffImageException
- There is no pointer to EXIF IFD.
Value:
The pointer to EXIF IFD.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.