Click or drag to resize

RecAPI.kRecGetCellInfo Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public static RECERR kRecGetCellInfo(
	IntPtr hPage,
	IMAGEINDEX iiImg,
	int xZone,
	int CellIndex,
	out CELL_INFO pCellInfo
)

Parameters

hPage
Type: System.IntPtr
iiImg
Type: OmniPageCSDK.ArgTypes.IMAGEINDEX
xZone
Type: System.Int32
CellIndex
Type: System.Int32
pCellInfo
Type: OmniPageCSDK.ArgTypes.CELL_INFO

Return Value

Type: RECERR
See Also