TiffStreamWriter.Write

Write(byte[], int, int)

Writes the specified data.

public void Write(byte[] data, int offset, int dataLength)
ParameterTypeDescription
dataByte[]The data to write.
offsetInt32The data offset.
dataLengthInt32Length of the data to writer.

See Also


Write(byte[])

Writes the specified data.

public void Write(byte[] data)
ParameterTypeDescription
dataByte[]The data to write.

See Also