RecAPIkRecCreateImg Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecCreateImg( int sid, int sizeX, int sizeY, int dpiX, int dpiY, ushort BitsPerPixel, out IntPtr phPage )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecCreateImg ( sid As Integer, sizeX As Integer, sizeY As Integer, dpiX As Integer, dpiY As Integer, BitsPerPixel As UShort, <OutAttribute> ByRef phPage As IntPtr ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecCreateImg( int sid, int sizeX, int sizeY, int dpiX, int dpiY, unsigned short BitsPerPixel, [OutAttribute] IntPtr% phPage )