RecAPIkRecSetDoubleSetting Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetDoubleSettingW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecSetDoubleSetting( int sid, string setting, double new_value )
<DllImportAttribute("KernelAPI.dll", EntryPoint := "kRecSetDoubleSettingW", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecSetDoubleSetting ( sid As Integer, setting As String, new_value As Double ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", EntryPoint = L"kRecSetDoubleSettingW", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecSetDoubleSetting( int sid, String^ setting, double new_value )