TiffArrayTag

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty, com.groupdocs.metadata.core.TiffTag

public abstract class TiffArrayTag<T> extends TiffTag

Represents an array-based TIFF tag.

T : The type of array values.

Methods

Method Description
getTagValue() Gets the tag value.

getTagValue()

public final T[] getTagValue()

Gets the tag value.

Returns: T[] - The tag value.