OCRZone.BoundingRect 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
Syntaxpublic IPRORECT BoundingRect { get; }
Public ReadOnly Property BoundingRect As IPRORECT
Get
public:
property IPRORECT BoundingRect {
IPRORECT 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