Click or drag to resize

RecAPI.kRecLoadImgF Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
[DllImportAttribute("kernelapi", EntryPoint = "kRecLoadImgFW", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Unicode)]
public static RECERR kRecLoadImgF(
	int sid,
	string filename,
	out IntPtr phPage,
	int page
)

Parameters

sid
Type: System.Int32
filename
Type: System.String
phPage
Type: System.IntPtr
page
Type: System.Int32

Return Value

Type: RECERR
See Also