Click or drag to resize

OCRZoneRectCount 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
Syntax
public int RectCount { get; }

Property Value

Type: Int32
Remarks

The Rect method can be used to retrieve the detailed rectangle list.

See Also