Click or drag to resize

OCRZonePointCount Property

This property returns the number of corner points defining the border walk coordinates of the zone.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int PointCount { get; }

Property Value

Type: Int32
Remarks

If the shape of the zone is a simple rectangle, there are 4 corner points. If the shape of the zone is pizza box-like, more points are needed to describe the border walk path of the zone. The Point property can be used to retrieve a certain point.

See Also