public final class TiffAsciiTag extends TiffTag
Represents a 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 |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
System.Object is equal to the current System.Object . |
String |
getFormattedValue()
Gets the formatted value.
|
String |
getTagValue()
Gets the tag value.
|
String |
getValue()
Deprecated.
|
int |
hashCode()
Serves as the default hash function.
|
getDefinedTag, getName, getTagId, getTagType, setName, toString
public TiffAsciiTag(int tagId, String value)
Initializes a new instance of the TiffAsciiTag
class.
tagId
- The tag identifier.value
- The value.@Deprecated public final String getValue()
Gets the tag value.
public final String getTagValue()
Gets the tag value.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TiffTag
public boolean equals(Object obj)
Determines whether the specified System.Object
is equal to the current System.Object
.
Copyright © 2018. All rights reserved.