This property returns the number of frames found during recognition.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int FrameCount { get; }Public ReadOnly Property FrameCount As Integer
Get
public:
property int FrameCount {
int 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