TiffSByteTag

TiffSByteTag constructor

Initializes a new instance of the TiffSByteTag class.

public TiffSByteTag(TiffTagID tagID, sbyte[] value)
Parameter Type Description
tagID TiffTagID The tag identifier.
value SByte[] The value.

See Also