TiffStreamReader.ReadULong

TiffStreamReader.ReadULong method

Read unsigned integer value from the stream.

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

Return Value

An unsigned integer value.

See Also