Click or drag to resize

WFHandlerAddWFOutput 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
Syntax
public void AddWFOutput(
	string FileName,
	string ConverterName
)

Parameters

FileName
Type: SystemString
ConverterName
Type: SystemString
Remarks

Some predefined multiple-step workflows - such as IWFT_AUTOPROCLOAD - already contain this step.

See Also