This property returns the requested rectangle from the area of this user zone.
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: SystemInt32
Return Value
Type:
IPRORECT
Remarks
The number of rectangles can be accessed through the RectCount property.
The returned coordinates are in pixels and refer to the II_CURRENT image.
See Also