RecAPI.kRecGetOCRZoneFormRecognitionState Method (IntPtr, Int32, FORMRECOGNITIONSTATE)
|
See kRecGetOCRZoneFormFieldInfo.
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecGetOCRZoneFormRecognitionState(
IntPtr hPage,
int xZone,
out FORMRECOGNITIONSTATE pInfo
)
Public Shared Function kRecGetOCRZoneFormRecognitionState (
hPage As IntPtr,
xZone As Integer,
<OutAttribute> ByRef pInfo As FORMRECOGNITIONSTATE
) As RECERR
public:
static RECERR kRecGetOCRZoneFormRecognitionState(
IntPtr hPage,
int xZone,
[OutAttribute] FORMRECOGNITIONSTATE% pInfo
)
Parameters
- hPage
- Type: System.IntPtr
- xZone
- Type: System.Int32
- pInfo
- Type: OmniPageCSDK.ArgTypes.FORMRECOGNITIONSTATE
Return Value
Type:
RECERR
See Also