Click or drag to resize

FormViewStartingWorkflowHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void StartingWorkflowHandler(
	Object WFHandler,
	int[] PageIDs,
	ref bool SkipDefault,
	ref bool Cancel
)

Parameters

WFHandler
Type: SystemObject
PageIDs
Type: SystemInt32
SkipDefault
Type: SystemBoolean
Cancel
Type: SystemBoolean
See Also