This property returns the requested
OCRZone 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 OCRZone OCRZone
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef OCRZone As OCRZone
)
public:
void GetItem(
int Index,
[OutAttribute] OCRZone^% OCRZone
)
Parameters
- Index
- Type: System.Int32
- OCRZone
- Type: Kofax.OmniPageCSDK.IproPlus.OCRZone
See Also