TiffStreamReader.ReadSIntArray
TiffStreamReader.ReadSIntArray method
Reads an array of signed integer values from the stream.
public int[] ReadSIntArray(long position, long count)
Parameter | Type | Description |
---|---|---|
position | Int64 | The position to read from. |
count | Int64 | The elements count. |
Return Value
The array of signed integer values.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | count;Total bytes count is negative. + count + x4= + totalBytes |
See Also
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging