RecAPIkRecSetOCRZoneName Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetOCRZoneNameW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetOCRZoneName( IntPtr hPage, int nZone, string ppBuffer )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetOCRZoneNameW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetOCRZoneName ( hPage As IntPtr, nZone As Integer, ppBuffer As String ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetOCRZoneNameW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetOCRZoneName( IntPtr hPage, int nZone, String^ ppBuffer )