TiffStreamReader.ReadUShortArray

TiffStreamReader.ReadUShortArray method

Reads an array of unsigned integer values from the stream.

public ushort[] ReadUShortArray(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 + x2= + totalBytes

See Also