TiffByteTag
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty, com.groupdocs.metadata.core.TiffTag, com.groupdocs.metadata.core.TiffArrayTag
public final class TiffByteTag extends TiffArrayTag<Byte>
Represents a Byte tag.
| Constructor | Description |
|---|---|
| TiffByteTag(TiffTagID tagID, byte[] value) | Initializes a new instance of the TiffByteTag class. |
public TiffByteTag(TiffTagID tagID, byte[] value)
Initializes a new instance of the TiffByteTag class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tagID | TiffTagID | The tag identifier. |
| value | byte[] | The 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.