Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out Link Link
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef Link As Link
)
public:
void GetItem(
int Index,
[OutAttribute] Link^% Link
)
Parameters
- Index
- Type: SystemInt32
- Link
- Type: Kofax.OmniPageCSDK.IproPlusLink
See Also