TiffUndefinedTag

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.

Constructors

Constructor Description
TiffUndefinedTag(TiffTagID tagID, byte[] value) Initializes a new instance of the TiffUndefinedTag class.

TiffUndefinedTag(TiffTagID tagID, byte[] value)

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.