Click or drag to resize

RecAPIkRecOpenImgFile Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecOpenImgFileW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecOpenImgFile(
	string pFilename,
	out IntPtr pHIMGFILE,
	FILEOPENMODE mode,
	IMF_FORMAT filetype
)

Parameters

pFilename
Type: SystemString
pHIMGFILE
Type: SystemIntPtr
mode
Type: Kofax.OmniPageCSDK.ArgTypesFILEOPENMODE
filetype
Type: Kofax.OmniPageCSDK.ArgTypesIMF_FORMAT

Return Value

Type: RECERR
See Also