Click or drag to resize

DocumentExecuteWorkflow Method

This method executes an OmniPage 15 or 16 compatible workflow.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ExecuteWorkflow(
	string FileName
)

Parameters

FileName
Type: SystemString
Remarks
The FileName parameter is the fully qualified path to a workflow file. If the file is corrupt or the file cannot be found, a trappable error occurs. You can create a workflow either with OmniPage 15 or 16, or with the Workflow Control using the Visual Toolbox.
See Also