Click or drag to resize

WFHandlerLoadWF Method

This method is used to load a workflow stored in the workflow file that is specified in the wfFileName parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void LoadWF(
	string FileName,
	out WFDescInfo WFDescInfo
)

Parameters

FileName
Type: SystemString
WFDescInfo
Type: Kofax.OmniPageCSDK.IproPlusWFDescInfo
Remarks

The workflow must have been created previously by the Workflow Control (WFC) or the "Workflow Assistant".

See Also