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