This property returns the requested
UserZone object from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out UserZone UserZone
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef UserZone As UserZone
)
public:
void GetItem(
int Index,
[OutAttribute] UserZone^% UserZone
)
Parameters
- Index
- Type: System.Int32
- UserZone
- Type: Kofax.OmniPageCSDK.IproPlus.UserZone
See Also