DocumentsEnterUIModeHandler Delegate
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic delegate void EnterUIModeHandler(
Document Document,
int UniqueID,
ref bool Stop
)
Public Delegate Sub EnterUIModeHandler (
Document As Document,
UniqueID As Integer,
ByRef Stop As Boolean
)
public delegate void EnterUIModeHandler(
Document^ Document,
int UniqueID,
bool% Stop
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
- UniqueID
- Type: SystemInt32
- Stop
- Type: SystemBoolean
See Also