ReadULongArray

TiffStreamReader.ReadULongArray method

Reads an array of ulong values from the stream.

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

Return Value

The ulong array.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionArgument out of range

See Also