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
Syntax
public TiffSRational[] ReadSRationalArray(
	long position,
	long count
)

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
ExceptionCondition
ArgumentOutOfRangeExceptioncount;Expected a positive number.
See Also