TiffShortTag
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty, com.groupdocs.metadata.core.TiffTag, com.groupdocs.metadata.core.TiffArrayTag
public final class TiffShortTag extends TiffArrayTag<Integer>
Represents a TIFF Short tag.
| Constructor | Description |
|---|---|
| TiffShortTag(TiffTagID tagID, int[] value) | Initializes a new instance of the TiffShortTag class. |
public TiffShortTag(TiffTagID tagID, int[] value)
Initializes a new instance of the TiffShortTag class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tagID | TiffTagID | The tag identifier. |
| value | int[] | The 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.