Click or drag to resize

OCRZoneBoundingRect Property

This property returns the location of the OCR zone on the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public IPRORECT BoundingRect { get; }

Property Value

Type: IPRORECT
Remarks

The BoundingRect values refer to the OCR image and are measured in pixels. The shape of an OCR zone might not be rectangular. In this case, this property presents the minimal bounding rectangle of the OCR zone.

See Also