WFProcInfo.PageProcType Method
|
This property returns with the workflow step index which is currently working on the specified page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int PageProcType(
int PageIndex,
out Object StepType
)
Public Function PageProcType (
PageIndex As Integer,
<OutAttribute> ByRef StepType As Object
) As Integer
public:
int PageProcType(
[InAttribute] int PageIndex,
[OutAttribute] Object^% StepType
)
Parameters
- PageIndex
- Type: System.Int32
- StepType
- Type: System.Object
Return Value
Type:
Int32
See Also