Click or drag to resize

UserZonePoint Method

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

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