Document.CheckHandler Delegate |
Namespace: Kofax.OmniPageCSDK.IproPlus
public 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 )