Click or drag to resize

RecAPI.kRecFindFormTemplate Method (Int32, IntPtr,IntPtr[], String, Int32, Int32, IntPtr, IntPtr, Int32, Int32)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public static RECERR kRecFindFormTemplate(
	int sid,
	IntPtr hPage,
	IntPtr[] hFormTmplArray,
	string FormPath,
	int FirstPage,
	int LastPage,
	out IntPtr hFormTmplCollection,
	out IntPtr BestMatchingId,
	out int Confidence,
	out int nMatching
)

Parameters

sid
Type: System.Int32
hPage
Type: System.IntPtr
hFormTmplArray
Type:System.IntPtr[]
FormPath
Type: System.String
FirstPage
Type: System.Int32
LastPage
Type: System.Int32
hFormTmplCollection
Type: System.IntPtr
BestMatchingId
Type: System.IntPtr
Confidence
Type: System.Int32
nMatching
Type: System.Int32

Return Value

Type: RECERR
See Also