ReadUShortArray
TiffStreamReader.ReadUShortArray method
Lee una matriz de valores enteros sin signo de la secuencia.
public ushort[] ReadUShortArray(long position, long count)
Parámetro | Escribe | Descripción |
---|---|---|
position | Int64 | La posición desde la que leer. |
count | Int64 | Los elementos cuentan. |
Valor_devuelto
La matriz de valores enteros sin signo.
Excepciones
excepción | condición |
---|---|
ArgumentOutOfRangeException | count;El recuento total de bytes es negativo. + cuenta + x2= + bytes totales |
Ver también
- class TiffStreamReader
- espacio de nombres Aspose.Imaging.FileFormats.Tiff.FileManagement
- asamblea Aspose.Imaging