DocumentCheckHandler Delegate
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic delegate void CheckHandler(
Document Document,
int Page,
int Zone,
string Word,
ref CHECKWORDRETURNCODE Opinion
)
Public Delegate Sub CheckHandler (
Document As Document,
Page As Integer,
Zone As Integer,
Word As String,
ByRef Opinion As CHECKWORDRETURNCODE
)
public delegate void CheckHandler(
Document^ Document,
int Page,
int Zone,
String^ Word,
CHECKWORDRETURNCODE% Opinion
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
- Page
- Type: SystemInt32
- Zone
- Type: SystemInt32
- Word
- Type: SystemString
- Opinion
- Type: Kofax.OmniPageCSDK.IproPlusCHECKWORDRETURNCODE
See Also