TiffIfd8Type

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.tiff.TiffDataType, com.aspose.imaging.fileformats.tiff.tifftagtypes.TiffCommonArrayType, com.aspose.imaging.fileformats.tiff.tifftagtypes.TiffLong8Type

public class TiffIfd8Type extends TiffLong8Type

The Tiff unsigned 64-bit Image File Directory type.

Constructors

ConstructorDescription
TiffIfd8Type(int tagId)Initializes a new instance of the TiffIfd8Type class.

Methods

MethodDescription
getTagType()Gets the tag type.

TiffIfd8Type(int tagId)

public TiffIfd8Type(int tagId)

Initializes a new instance of the TiffIfd8Type class.

Parameters:

ParameterTypeDescription
tagIdintThe tag id.

getTagType()

public int getTagType()

Gets the tag type.

Returns: int - the tag type.