public final class TiffShortTag extends TiffTag
Represents TIFF short tag.
Constructor and Description |
---|
TiffShortTag(int tagId,
short value)
Initializes a new instance of the
TiffShortTag class. |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Gets the formatted value.
|
short |
getValue()
Gets the tag value.
|
String |
toString()
Returns a
System.String that represents this instance. |
equals, getDefinedTag, getName, getTagId, getTagType, hashCode, setName
public TiffShortTag(int tagId, short value)
Initializes a new instance of the TiffShortTag
class.
tagId
- The tag identifier.value
- The value.public final short getValue()
Gets the tag value.
Value: Tag value.public String toString()
Returns a System.String
that represents this instance.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TiffTag
Copyright © 2017. All rights reserved.