Click or drag to resize

RecAPIkRecSetUserDictionary Method (Int32, String, String)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetUserDictionaryW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecSetUserDictionary(
	int sid,
	string pFilename,
	string pDefaultSection
)

Parameters

sid
Type: SystemInt32
pFilename
Type: SystemString
pDefaultSection
Type: SystemString

Return Value

Type: RECERR
See Also