ReadLong

TiffStreamReader.ReadLong method

Read unsigned long value from the stream.

public long ReadLong(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

An unsigned short value.

See Also