RecAPIkRecDetectImgSkew Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecDetectImgSkew( int sid, IntPtr hPage, out int pSlope, out IMG_ROTATE pImgRotate )
<DllImportAttribute("KernelAPI.dll", 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.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecDetectImgSkew( int sid, IntPtr hPage, [OutAttribute] int% pSlope, [OutAttribute] IMG_ROTATE% pImgRotate )