RecAPI.kRecAutoCropImg Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecAutoCropImg( int sid, IntPtr hPage, int lrMargin, int tbMargin, CROP_FLAGS flags )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecAutoCropImg ( sid As Integer, hPage As IntPtr, lrMargin As Integer, tbMargin As Integer, flags As CROP_FLAGS ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecAutoCropImg( int sid, IntPtr hPage, int lrMargin, int tbMargin, CROP_FLAGS flags )