TiffStreamWriter.WriteSShort

TiffStreamWriter.WriteSShort method

Writes a single short value to the stream.

public void WriteSShort(short data)
ParameterTypeDescription
dataInt16The value to write.

See Also