This property returns the item information for For... cycles of the active item.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out WFStep WFStep
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef WFStep As WFStep
)
public:
void GetItem(
int Index,
[OutAttribute] WFStep^% WFStep
)
Parameters
- Index
- Type: System.Int32
- WFStep
- Type: Kofax.OmniPageCSDK.IproPlus.WFStep
See Also