TiffUndefinedTag
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 TiffUndefinedTag extends TiffArrayTag<Byte>
Represents a TIFF tag with the Undefined type.
| Constructor | Description |
|---|---|
| TiffUndefinedTag(TiffTagID tagID, byte[] value) | Initializes a new instance of the TiffUndefinedTag class. |
public TiffUndefinedTag(TiffTagID tagID, byte[] value)
Initializes a new instance of the TiffUndefinedTag 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.