RecAPIkRecGetCombCells Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetCombCells( IntPtr hPage, IMAGEINDEX iiImg, int xZone, out COMB_CELL_INFO[] pCells, out int pnCells )
Public Shared Function kRecGetCombCells ( hPage As IntPtr, iiImg As IMAGEINDEX, xZone As Integer, <OutAttribute> ByRef pCells As COMB_CELL_INFO(), <OutAttribute> ByRef pnCells As Integer ) As RECERR
public: static RECERR kRecGetCombCells( IntPtr hPage, IMAGEINDEX iiImg, int xZone, [OutAttribute] array<COMB_CELL_INFO^>^% pCells, [OutAttribute] int% pnCells )