WFProcInfo.PageProcTypeByID 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 PageProcTypeByID(
int UniqueID,
out Object StepType
)
Public Function PageProcTypeByID (
UniqueID As Integer,
<OutAttribute> ByRef StepType As Object
) As Integer
public:
int PageProcTypeByID(
[InAttribute] int UniqueID,
[OutAttribute] Object^% StepType
)
Parameters
- UniqueID
- Type: System.Int32
- StepType
- Type: System.Object
Return Value
Type:
Int32
See Also