Click or drag to resize

IOStreamCBRAccessStream Method

Implement your access 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 RAccessStream(
	string streamname,
	int acc
)

Parameters

streamname
Type: SystemString
ID generated by the Open.
acc
Type: SystemInt32
Offset

Return Value

Type: Int32
Return 1 if the stream exists, -1 if not, 0 at any error
See Also