RecAPIkRecGetImgDeskew Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetImgDeskew( int sid, out IMG_DESKEW pImgDeskew )
<DllImportAttribute("KernelAPI.dll", 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.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetImgDeskew( int sid, [OutAttribute] IMG_DESKEW% pImgDeskew )