TiffStreamReader.ReadDoubleArray
TiffStreamReader.ReadDoubleArray method
Reads an array of double values from the stream.
public double[] ReadDoubleArray(long position, long count)
| Parameter | Type | Description |
|---|---|---|
| position | Int64 | The position to read from. |
| count | Int64 | The elements count. |
Return Value
The array of double values.
See Also
- class TiffStreamReader
- namespace Aspose.PSD.FileFormats.Tiff.FileManagement
- assembly Aspose.PSD