WriteULong

TiffStreamWriter.WriteULong method

Writes a single unsigned integer value to the stream.

public void WriteULong(uint data)
ParameterTypeDescription
dataUInt32The value to write.

See Also