RecAPI.kRecReplaceImgFilePage Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecReplaceImgFilePage( int sid, IntPtr hIFileDst, int dstPage, IntPtr hIFileSrc, int nsrcPage )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecReplaceImgFilePage ( sid As Integer, hIFileDst As IntPtr, dstPage As Integer, hIFileSrc As IntPtr, nsrcPage As Integer ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecReplaceImgFilePage( int sid, IntPtr hIFileDst, int dstPage, IntPtr hIFileSrc, int nsrcPage )