Click or drag to resize

WorkflowAssistantDialogCreateWorkflow Method

Call this method to create a new workflow file.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void CreateWorkflow(
	string WFFile
)

Parameters

WFFile
Type: SystemString
Remarks
If the specified WFFile file already exists, a trappable error occurs. Once the wizard is finished, the workflow file will be created as specified by the WFFile parameter. Note that the ParentWindowHandle parameter must be specified.
See Also