ReadULong

TiffStreamReader.ReadULong method

Read unsigned long value from the stream.

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

Return Value

An unsigned short value.

See Also