Click or drag to resize

WFProgress.StepProgressHandler 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.IproPlus.WFHandler
StepIndex
Type: System.Int32
Percent
Type: System.Int32
See Also