RawByteTag

RawByteTag constructor

Initializes a new instance of the TiffByteTag class.

public RawByteTag(uint tagID, byte[] value)
Parameter Type Description
tagID UInt32 The tag identifier.
value Byte[] The value.

See Also