Click or drag to resize

PageFrameCount Property

This property returns the number of frames found during recognition.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int FrameCount { get; }

Property Value

Type: Int32
Remarks

You can query position and style information about each frame using the GetFrameInfo method. Detected table boundaries are not returned as frames. The returned frames are separate areas, usually text boxes, located on the recognized page.

See Also