TiffStreamReader.ReadULongArray

TiffStreamReader.ReadULongArray method

Reads an array of unsigned integer values from the stream.

public uint[] ReadULongArray(long position, long count)
ParameterTypeDescription
positionInt64The position to read from.
countInt64The elements count.

Return Value

The array of unsigned integer values.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptioncount;Total bytes count is negative. + count + x4= + totalBytes

See Also