TiffStreamReader.ReadSRationalArray
TiffStreamReader.ReadSRationalArray method
Reads an array of signed rational values from the stream.
public TiffSRational[] ReadSRationalArray(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 rational values.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | count;Expected a positive number. |
See Also
- class TiffSRational
- class TiffStreamReader
- namespace Aspose.PSD.FileFormats.Tiff.FileManagement
- assembly Aspose.PSD