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