Click or drag to resize

IOStreamCBROpenStream Method

Implement your stream open 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 ROpenStream(
	string streamname,
	FileMode fm,
	FileAccess fa,
	FileShare fs,
	out UIntPtr stream
)

Parameters

streamname
Type: SystemString
Your given name of your stream indentifizcation. Set this name on CSDK API like kRecLoadImf()
fm
Type: System.IOFileMode
FileMode
fa
Type: System.IOFileAccess
FileAccess
fs
Type: System.IOFileShare
FileShare
stream
Type: SystemUIntPtr
stream

Return Value

Type: Int32
Return with numeric ID to use read write close etc later.
See Also