Click or drag to resize

DocumentCheckHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void CheckHandler(
	Document Document,
	int Page,
	int Zone,
	string Word,
	ref CHECKWORDRETURNCODE Opinion
)

Parameters

Document
Type: Kofax.OmniPageCSDK.IproPlusDocument
Page
Type: SystemInt32
Zone
Type: SystemInt32
Word
Type: SystemString
Opinion
Type: Kofax.OmniPageCSDK.IproPlusCHECKWORDRETURNCODE
See Also