Packages

 

com.aspose.imaging.fileformats.tiff.tifftagtypes

Class TiffCommonArrayType

    • Method Detail

      • getElementSize

        public abstract long getElementSize()

        Gets the element size in bytes.

        Returns:
        The element size in bytes.
      • getValuesContainer

        public abstract com.aspose.ms.System.Array getValuesContainer()

        Gets the values container.

        Returns:
        The values container.
      • getCount

        public final long getCount()

        Gets the count of elements.

        Specified by:
        getCount in class TiffDataType
        Returns:
        The count of elements.
      • getDataSize

        public final long getDataSize()

        Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).

        Specified by:
        getDataSize in class TiffDataType
        Returns:
        The additional data size in bytes.