WFDescInfo.GetWFInfoTags Method
|
Use this method to regulate how the workflow steps communicate with the user during processing.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetWFInfoTags(
out WFInfoTags InfoTags
)
Public Sub GetWFInfoTags (
<OutAttribute> ByRef InfoTags As WFInfoTags
)
public:
void GetWFInfoTags(
[OutAttribute] WFInfoTags^% InfoTags
)
Parameters
- InfoTags
- Type: Kofax.OmniPageCSDK.IproPlus.WFInfoTags
See Also