TiffStreamReaderReadSRationalArray Method |
Reads an array of signed rational values from the stream.
Namespace:
Aspose.CAD.FileFormats.Tiff.FileManagement
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffSRational[] ReadSRationalArray(
long position,
long count
)
Public Function ReadSRationalArray (
position As Long,
count As Long
) As TiffSRational()
public:
array<TiffSRational^>^ ReadSRationalArray(
long long position,
long long count
)
member ReadSRationalArray :
position : int64 *
count : int64 -> TiffSRational[]
Parameters
- position
- Type: SystemInt64
The position to read from. - count
- Type: SystemInt64
The elements count.
Return Value
Type:
TiffSRational
The array of signed rational values.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | count;Expected a positive number. |
See Also