WFHandler.FinalizeWF Method
|
Use this method to finalize the instant workflow you have just created with the CreateWF method.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void FinalizeWF(
bool ApplyTempParams,
out WFDescInfo WFDescInfo
)
Public Sub FinalizeWF (
ApplyTempParams As Boolean,
<OutAttribute> ByRef WFDescInfo As WFDescInfo
)
public:
void FinalizeWF(
[InAttribute] bool ApplyTempParams,
[OutAttribute] WFDescInfo^% WFDescInfo
)
Parameters
- ApplyTempParams
- Type: System.Boolean
- WFDescInfo
- Type: Kofax.OmniPageCSDK.IproPlus.WFDescInfo
Remarks
See Also