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