Click or drag to resize

RecAPI.kRecGetFrameInfo Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecGetFrameInfo(
	IntPtr hPage,
	IMAGEINDEX iiImg,
	out CELL_INFO pFrame,
	int nFrame
)

Parameters

hPage
Type: System.IntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypes.IMAGEINDEX
pFrame
Type: Kofax.OmniPageCSDK.ArgTypes.CELL_INFO
nFrame
Type: System.Int32

Return Value

Type: RECERR
See Also