TiffCommonArrayType

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

public abstract class TiffCommonArrayType extends TiffDataType

The tiff common array type.

Methods

MethodDescription
getValuesContainer()Gets the values container.
getCount()Gets the count of elements.

getValuesContainer()

public abstract System.Array getValuesContainer()

Gets the values container.

Returns: com.aspose.ms.System.Array - The values container.

getCount()

public final long getCount()

Gets the count of elements.

Returns: long - The count of elements.