Click or drag to resize

RecAPIkRecSettingSave Method (Int32, IntPtr, String, Boolean, Boolean)

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 = "kRecSettingSaveW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecSettingSave(
	int sid,
	IntPtr root_of_subtree,
	string filename,
	bool save_all,
	bool append
)

Parameters

sid
Type: SystemInt32
root_of_subtree
Type: SystemIntPtr
filename
Type: SystemString
save_all
Type: SystemBoolean
append
Type: SystemBoolean

Return Value

Type: RECERR
See Also