Error processing SSI file
Leadtools Sane (Leadtools.Sane assembly)

Show in webframe

Read Method






Data buffer to store the image data in.
The data buffer offset.
Reads the image data from the device.
Syntax
public abstract int Read( 
   byte[] data,
   int offset
)
'Declaration
 
Public MustOverride Function Read( _
   ByVal data() As Byte, _
   ByVal offset As Integer _
) As Integer
'Usage
 
Dim instance As SaneDevice
Dim data() As Byte
Dim offset As Integer
Dim value As Integer
 
value = instance.Read(data, offset)
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

See Also

Reference

SaneDevice Class
SaneDevice Members

Error processing SSI file
Leadtools.Sane requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features