Click or drag to resize

UserZoneRect Method

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