RecAPI.kRecDetectImgSkew Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecDetectImgSkew( int sid, IntPtr hPage, out int pSlope, out IMG_ROTATE pImgRotate )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecDetectImgSkew ( sid As Integer, hPage As IntPtr, <OutAttribute> ByRef pSlope As Integer, <OutAttribute> ByRef pImgRotate As IMG_ROTATE ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecDetectImgSkew( int sid, IntPtr hPage, [OutAttribute] int% pSlope, [OutAttribute] IMG_ROTATE% pImgRotate )