TiffAsciiTag
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty, com.groupdocs.metadata.core.TiffTag
public final class TiffAsciiTag extends TiffTag
Represents a TIFF ASCII tag.
| Constructor | Description |
|---|---|
| TiffAsciiTag(TiffTagID tagID, String value) | Initializes a new instance of the TiffAsciiTag class. |
| Method | Description |
|---|---|
| getTagValue() | Gets the tag value. |
public TiffAsciiTag(TiffTagID tagID, String value)
Initializes a new instance of the TiffAsciiTag class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tagID | TiffTagID | The tag identifier. |
| value | java.lang.String | The value. |
public final String getTagValue()
Gets the tag value.
Returns: java.lang.String - The tag 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.