TiffStreamWriter.WriteUByte

TiffStreamWriter.WriteUByte method

Writes a single byte value to the stream.

public void WriteUByte(byte data)
ParameterTypeDescription
dataByteThe value to write.

See Also