TiffStreamReader.ReadSLong

TiffStreamReader.ReadSLong method

Read signed integer value from the stream.

public int ReadSLong(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

A signed integer value.

See Also