TiffByteTag

TiffByteTag constructor

Initializes a new instance of the TiffByteTag class.

public TiffByteTag(TiffTagID tagID, byte[] value)
Parameter Type Description
tagID TiffTagID The tag identifier.
value Byte[] The value.

See Also