Click or drag to resize

OCRZoneRect Method

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
Syntax
public IPRORECT Rect(
	int Index
)

Parameters

Index
Type: SystemInt32

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