OCRZones.ItemByUniqueID Method
|
Returns the selected object.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ItemByUniqueID(
int ID,
out OCRZone OCRZone
)
Public Sub ItemByUniqueID (
ID As Integer,
<OutAttribute> ByRef OCRZone As OCRZone
)
public:
void ItemByUniqueID(
[InAttribute] int ID,
[OutAttribute] OCRZone^% OCRZone
)
Parameters
- ID
- Type: System.Int32
- OCRZone
- Type: Kofax.OmniPageCSDK.IproPlus.OCRZone
See Also