←Select platform

Read Method

Summary

Reads the image data from the device.

Syntax

C#
VB
Java
C++
public abstract int Read(  
   byte[] data, 
   int offset 
) 
Public MustOverride Function Read( _ 
   ByVal data() As Byte, _ 
   ByVal offset As Integer _ 
) As Integer 
public abstract int read(byte[] data, int offset) 
public: 
abstract int Read(  
   array<byte>^ data, 
   int offset 
)  

Parameters

data
Data buffer to store the image data in.

offset
The data buffer offset.

Return Value

The number of bytes placed in the data buffer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane Assembly