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