RecAPIkRecGetImgRotation Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetImgRotation( int sid, out IMG_ROTATE pImgRotate )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetImgRotation ( sid As Integer, <OutAttribute> ByRef pImgRotate As IMG_ROTATE ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetImgRotation( int sid, [OutAttribute] IMG_ROTATE% pImgRotate )