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