RecAPI.kRecFindFormTemplate Method (Int32, IntPtr,IntPtr[], IntPtr, IntPtr, Int32, Int32)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecFindFormTemplate(
int sid,
IntPtr hPage,
IntPtr[] hFormTmplArray,
out IntPtr hFormTmplCollection,
out IntPtr BestMatchingId,
out int Confidence,
out int nMatching
)
Public Shared Function kRecFindFormTemplate (
sid As Integer,
hPage As IntPtr,
hFormTmplArray As IntPtr(),
<OutAttribute> ByRef hFormTmplCollection As IntPtr,
<OutAttribute> ByRef BestMatchingId As IntPtr,
<OutAttribute> ByRef Confidence As Integer,
<OutAttribute> ByRef nMatching As Integer
) As RECERR
public:
static RECERR kRecFindFormTemplate(
int sid,
IntPtr hPage,
[InAttribute] array<IntPtr>^ hFormTmplArray,
[OutAttribute] IntPtr% hFormTmplCollection,
[OutAttribute] IntPtr% BestMatchingId,
[OutAttribute] int% Confidence,
[OutAttribute] int% nMatching
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- hFormTmplArray
- Type:System.IntPtr[]
- hFormTmplCollection
- Type: System.IntPtr
- BestMatchingId
- Type: System.IntPtr
- Confidence
- Type: System.Int32
- nMatching
- Type: System.Int32
Return Value
Type:
RECERR
See Also