OCRZone.RectCount Property
|
This property returns the number of rectangles which cover the area of this OCR zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int RectCount { get; }
Public ReadOnly Property RectCount As Integer
Get
public:
property int RectCount {
int get ();
}
Property Value
Type:
Int32
Remarks
The Rect method can be used to retrieve the detailed rectangle list.
See Also