Click or drag to resize

WFDescInfoQueryWFParam Method

This method is used to query the value of the named parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object QueryWFParam(
	string Name
)

Parameters

Name
Type: SystemString

Return Value

Type: Object
Remarks

If the parameter does not exist, the method will return E_FAIL.

See Also