Click or drag to resize

OCRZonePoint Method

This property returns the requested point of the boundary polyline of the zone.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public IPROPOINT Point(
	int Index
)

Parameters

Index
Type: SystemInt32

Return Value

Type: IPROPOINT
Remarks

The number of points can be acquired through the PointCount property.

See Also