Click or drag to resize

WFProgressStepProgressHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void StepProgressHandler(
	WFHandler Handler,
	int StepIndex,
	int Percent
)

Parameters

Handler
Type: Kofax.OmniPageCSDK.IproPlusWFHandler
StepIndex
Type: SystemInt32
Percent
Type: SystemInt32
See Also