RecAPI.kRecGetImgRotation Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetImgRotation( int sid, out IMG_ROTATE pImgRotate )
<DllImportAttribute("kernelapi", 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", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetImgRotation( int sid, [OutAttribute] IMG_ROTATE% pImgRotate )