TiffByteTag

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.

Constructors

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

TiffByteTag(TiffTagID tagID, byte[] value)

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.