Click or drag to resize

IOStreamCBRWriteStream Method

Implement your write mechanizm.

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public virtual int RWriteStream(
	UIntPtr streamID,
	byte[] buf,
	uint size,
	out uint written
)

Parameters

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

Return Value

Type: Int32
Return 0 if no error
See Also