WFHandler.AddWFOutput Method
|
This method is used to specify the output file name and output file type for the export step (type IWFT_EXPORT) in the workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void AddWFOutput(
string FileName,
string ConverterName
)
Public Sub AddWFOutput (
FileName As String,
ConverterName As String
)
public:
void AddWFOutput(
[InAttribute] String^ FileName,
[InAttribute] String^ ConverterName
)
Parameters
- FileName
- Type: System.String
- ConverterName
- Type: System.String
Remarks
Some predefined multiple-step workflows - such as IWFT_AUTOPROCLOAD - already contain this step.
See Also