ReadUInt

TiffStreamReader.ReadUInt method

Read unsigned integer value from the stream.

public uint ReadUInt(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

An unsigned integer value.

See Also