Click or drag to resize

UserZoneRectCount Property

This property returns the number of rectangles covering the whole area of this (possibly complex) user 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 a particular rectangle.

See Also