TiffStreamReader.ReadLongArray
TiffStreamReader.ReadLongArray method
Reads an array of ulong values from the stream.
public long[] ReadLongArray(long position, long count)
| Parameter | Type | Description |
|---|---|---|
| position | Int64 | The position to read from. |
| count | Int64 | The elements count. |
Return Value
The ulong array.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Argument out of range |
See Also
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging