Click or drag to resize

UserZonePointCount Property

This property returns the number of corner points describing the border-walk 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 this is a simple, rectangular zone, there are 4 points. If shape of the zone is complex (pizza box), more points are required to describe the border of the zone. The Point property can be used to retrieve a particular point.

See Also