OCRZone.PointCount 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
Syntaxpublic int PointCount { get; }
Public ReadOnly Property PointCount As Integer
Get
public:
property int PointCount {
int 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