This method returns one requested rectangle from the OCR zone area.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPRORECT Rect(
int Index
)
Public Function Rect (
Index As Integer
) As IPRORECT
public:
IPRORECT Rect(
[InAttribute] int Index
)
Parameters
- Index
- Type: System.Int32
Return Value
Type:
IPRORECT
Remarks
The number of rectangles can be acquired through the RectCount property. The returned coordinates are in pixels
and refer to the II_CURRENT image.
See Also