public final class TiffAsciiTag extends TiffTag
Represents TIFF ASCII tag.
Constructor and Description |
---|
TiffAsciiTag(int tagId,
String value)
Initializes a new instance of the
TiffAsciiTag class. |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getValue()
Gets the tag value.
|
String |
toString()
Returns a
System.String that represents this instance. |
equals, getDefinedTag, getName, getTagId, getTagType, hashCode, setName
public TiffAsciiTag(int tagId, String value)
Initializes a new instance of the TiffAsciiTag
class.
tagId
- The tag identifier.value
- The value.public final String 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.