Click or drag to resize

RecAPIkRecSettingCreateInt Method (IntPtr, STSTYPES, IntPtr, String, STSFLAGS, Int32, SEnumTypeElement)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecSettingCreateInt(
	out IntPtr created_setting,
	STSTYPES type,
	IntPtr root_of_creation,
	string symb_name,
	STSFLAGS flags,
	int def_value,
	SEnumTypeElement[] enum_elements
)

Parameters

created_setting
Type: SystemIntPtr
type
Type: Kofax.OmniPageCSDK.ArgTypesSTSTYPES
root_of_creation
Type: SystemIntPtr
symb_name
Type: SystemString
flags
Type: Kofax.OmniPageCSDK.ArgTypesSTSFLAGS
def_value
Type: SystemInt32
enum_elements
Type: Kofax.OmniPageCSDK.ArgTypesSEnumTypeElement

Return Value

Type: RECERR
See Also