RecAPIkRecReadImg Method |
Note: This API is now obsolete.
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] [ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecGetImgArea function.")] public static RECERR kRecReadImg( int sid, byte[] pBuff )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] <ObsoleteAttribute("Insecure for managed code. Use the more advanced kRecGetImgArea function.")> Public Shared Function kRecReadImg ( sid As Integer, <OutAttribute> pBuff As Byte() ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] [ObsoleteAttribute(L"Insecure for managed code. Use the more advanced kRecGetImgArea function.")] static RECERR kRecReadImg( int sid, [OutAttribute] array<unsigned char>^ pBuff )