WriteSLongArray

TiffStreamWriter.WriteSLongArray method

Writes an array of integer values to the stream.

public void WriteSLongArray(int[] data)
ParameterTypeDescription
dataInt32[]The array to write.

See Also