Click or drag to resize

RecAPIkRecFindFormTemplate Method (Int32, IntPtr, IntPtr, IntPtr, IntPtr, Int32, Int32)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecFindFormTemplate(
	int sid,
	IntPtr hPage,
	IntPtr[] hFormTmplArray,
	out IntPtr hFormTmplCollection,
	out IntPtr BestMatchingId,
	out int Confidence,
	out int nMatching
)

Parameters

sid
Type: SystemInt32
hPage
Type: SystemIntPtr
hFormTmplArray
Type: SystemIntPtr
hFormTmplCollection
Type: SystemIntPtr
BestMatchingId
Type: SystemIntPtr
Confidence
Type: SystemInt32
nMatching
Type: SystemInt32

Return Value

Type: RECERR
See Also