WFHandler.UIStepIntervention Method
|
Use this method to specify how the current interactive user step should process the current and remaining pages in the workflow.
See
UISTEP_IVMODE.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void UIStepIntervention(
int StepIndex,
UISTEP_IVMODE Mode
)
Public Sub UIStepIntervention (
StepIndex As Integer,
Mode As UISTEP_IVMODE
)
public:
void UIStepIntervention(
[InAttribute] int StepIndex,
[InAttribute] UISTEP_IVMODE Mode
)
Parameters
- StepIndex
- Type: System.Int32
- Mode
- Type: Kofax.OmniPageCSDK.IproPlus.UISTEP_IVMODE
See Also