TiffStreamWriter.WriteUShortArray

TiffStreamWriter.WriteUShortArray method

Writes an array of unsigned short values to the stream.

public void WriteUShortArray(ushort[] data)
ParameterTypeDescription
dataUInt16[]The array to write.

See Also