WFProcInfoPageProcType 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: SystemInt32
 - StepType
 - Type: SystemObject
 
Return Value
Type: 
Int32
See Also