RecAPIkRecSetOCRCellName Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetOCRCellNameW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetOCRCellName( IntPtr hPage, int xZone, int CellIndex, string name )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetOCRCellNameW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetOCRCellName ( hPage As IntPtr, xZone As Integer, CellIndex As Integer, name As String ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetOCRCellNameW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetOCRCellName( IntPtr hPage, int xZone, int CellIndex, String^ name )