This property returns the collection of zones, which were created by the engine during zone location.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetOCRZones(
out OCRZones OCRZones
)
Public Sub GetOCRZones (
<OutAttribute> ByRef OCRZones As OCRZones
)
public:
void GetOCRZones(
[OutAttribute] OCRZones^% OCRZones
)
Parameters
- OCRZones
- Type: Kofax.OmniPageCSDK.IproPlus.OCRZones
See Also