public final class TiffUndefinedTag extends TiffArrayTag<Byte>
Represents a TIFF tag with the Undefined type.
| Constructor and Description |
|---|
TiffUndefinedTag(TiffTagID tagID,
byte[] value)
Initializes a new instance of the
TiffUndefinedTag class. |
getTagValuegetTagID, getTagTypegetDescriptor, getInterpretedValue, getName, getTags, getValuepublic TiffUndefinedTag(TiffTagID tagID, byte[] value)
Initializes a new instance of the TiffUndefinedTag class.
tagID - The tag identifier.value - The value.Copyright © 2026. All rights reserved.