Click or drag to resize

Document.CheckHandler 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.IproPlus.Document
Page
Type: System.Int32
Zone
Type: System.Int32
Word
Type: System.String
Opinion
Type: Kofax.OmniPageCSDK.IproPlus.CHECKWORDRETURNCODE
See Also