RecAPIkRecGetPointInfoFromTable Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetPointInfoFromTable( IntPtr hPage, IMAGEINDEX iiImg, int xZone, POINT Point, int xDist, int yDist, out int pCellIndex, out BORDERINDEX pBorderIndex )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetPointInfoFromTable ( hPage As IntPtr, iiImg As IMAGEINDEX, xZone As Integer, Point As POINT, xDist As Integer, yDist As Integer, <OutAttribute> ByRef pCellIndex As Integer, <OutAttribute> ByRef pBorderIndex As BORDERINDEX ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetPointInfoFromTable( IntPtr hPage, IMAGEINDEX iiImg, int xZone, POINT Point, int xDist, int yDist, [OutAttribute] int% pCellIndex, [OutAttribute] BORDERINDEX% pBorderIndex )