Click or drag to resize

PageGetFrameInfo Method

This method returns position and style information about frames found during the recognition process.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public IPROFRAME GetFrameInfo(
	int Index,
	[OptionalAttribute] IMAGEINDEX Image
)

Parameters

Index
Type: SystemInt32
Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlusIMAGEINDEX

Return Value

Type: IPROFRAME
Remarks

The returned information is provided in an IPROFRAME structure. The Index parameter contains the zero based index of the desired frame. It must be in the 0 to (FrameInfoCount - 1) range, otherwise a trappable error occurs. The optional image parameter (type IMAGEINDEX) determines the mapping of the returned coordinates. Its default value is II_CURRENT.

Possible values for IMAGEINDEX are listed under the IMAGEINDEX Enumeration topic. Since frames are detected during recognition, no frame information is available before a page is recognized.

The IPROFRAME structure is documented in the IPRO Structures chapter.

See Also