Click or drag to resize

RecAPI.kRecGetNextZoneByName 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 = "kRecGetNextZoneByNameW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecGetNextZoneByName(
	IntPtr hPage,
	string pFormFieldName,
	int PrevZone,
	out int nZone
)

Parameters

hPage
Type: System.IntPtr
pFormFieldName
Type: System.String
PrevZone
Type: System.Int32
nZone
Type: System.Int32

Return Value

Type: RECERR
See Also