TiffStreamReader.ReadSByteArray
TiffStreamReader.ReadSByteArray method
Reads an array of signed byte values from the stream.
public sbyte[] ReadSByteArray(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 byte values.
See Also
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging