WFHandler.GetWFDescInfo Method
|
Use this property to acquire the workflow static information provider interface.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetWFDescInfo(
out WFDescInfo WFDescInfo
)
Public Sub GetWFDescInfo (
<OutAttribute> ByRef WFDescInfo As WFDescInfo
)
public:
void GetWFDescInfo(
[OutAttribute] WFDescInfo^% WFDescInfo
)
Parameters
- WFDescInfo
- Type: Kofax.OmniPageCSDK.IproPlus.WFDescInfo
See Also