TiffStreamReader.ReadRationalArray
TiffStreamReader.ReadRationalArray method
Reads an array of rational values from the stream.
public TiffRational[] ReadRationalArray(long position, long count)
| Parameter | Type | Description |
|---|---|---|
| position | Int64 | The position to read from. |
| count | Int64 | The elements count. |
Return Value
The array of rational values.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | count;Expected a positive number. |
See Also
- class TiffRational
- class TiffStreamReader
- namespace Aspose.Imaging.FileFormats.Tiff.FileManagement
- assembly Aspose.Imaging