WriteSShortArray

TiffStreamWriter.WriteSShortArray method

Writes an array of short values to the stream.

public void WriteSShortArray(short[] data)
ParameterTypeDescription
dataInt16[]The array to write.

See Also