Click or drag to resize

UISTEP_IVMODE Enumeration

If the workflow gets into interactive mode (see OnEnterInteractiveMode), then it can be offset from the interactive mode programatically with the help of the UIStepIntervention method, but it must be stated how the workflow is to continue.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("283A1A99-D3DA-4077-8316-52C90793BCF3")]
public enum UISTEP_IVMODE
Members
  Member nameValueDescription
IVM_UNKNOWN0 For technical purposes only.
IVM_MPROC_THIS1 Marks current page as processed.
IVM_CANCEL_THIS2 Cancels current page.
IVM_MPROC_ALL3 Marks all following pages as processed.
IVM_CANCEL_ALL4 Cancels all following pages.
IVM_SIZE5 The size of the enum, technical purpose only.
See Also