Document.ExecuteWorkflow 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
Syntaxpublic void ExecuteWorkflow(
string FileName
)
Public Sub ExecuteWorkflow (
FileName As String
)
public:
void ExecuteWorkflow(
[InAttribute] String^ FileName
)
Parameters
- FileName
- Type: System.String
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