public final class TiffSShortTag extends TiffArrayTag<Short>
Represents a TIFF SShort tag.
| Constructor and Description |
|---|
TiffSShortTag(TiffTagID tagID,
short[] value)
Initializes a new instance of the
TiffSShortTag class. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffSShortTag(TiffTagID tagID, short[] value)
Initializes a new instance of the TiffSShortTag class.
tagID - The tag identifier.value - The value.Copyright © 2026. All rights reserved.