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