Click or drag to resize

RecAPI.kRecSettingCreateString Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecSettingCreateString(
	out IntPtr created_setting,
	IntPtr root_of_creation,
	string symb_name,
	STSFLAGS flags,
	string def_value
)

Parameters

created_setting
Type: System.IntPtr
root_of_creation
Type: System.IntPtr
symb_name
Type: System.String
flags
Type: Kofax.OmniPageCSDK.ArgTypes.STSFLAGS
def_value
Type: System.String

Return Value

Type: RECERR
See Also