TiffArrayTag
Leave feedback
On this page
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.
| Method | Description |
|---|---|
| getTagValue() | Gets the tag value. |
public final T[] getTagValue()
Gets the tag value.
Returns: T[] - The tag value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.