Click or drag to resize

IOStreamCBRReadStream Method

Implement your read mechanizm.

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public virtual int RReadStream(
	UIntPtr streamID,
	byte[] buf,
	uint size,
	out uint red
)

Parameters

streamID
Type: SystemUIntPtr
ID generated by the Open.
buf
Type: SystemByte
The buffer
size
Type: SystemUInt32
Size of the buffer
red
Type: SystemUInt32
bytes

Return Value

Type: Int32
Return 0 if no error
See Also