WFDescInfoQueryStepInfo Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic WFSTEP_TYPE QueryStepInfo(
int StepIndex,
out bool UserInteractive,
out string StepIID
)
Public Function QueryStepInfo (
StepIndex As Integer,
<OutAttribute> ByRef UserInteractive As Boolean,
<OutAttribute> ByRef StepIID As String
) As WFSTEP_TYPE
public:
WFSTEP_TYPE QueryStepInfo(
[InAttribute] int StepIndex,
[OutAttribute] bool% UserInteractive,
[OutAttribute] String^% StepIID
)
Parameters
- StepIndex
- Type: SystemInt32
- UserInteractive
- Type: SystemBoolean
- StepIID
- Type: SystemString
Return Value
Type:
WFSTEP_TYPE
See Also