Click or drag to resize

RecAPI.kRecSettingCreateIntArray Method

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

Parameters

created_setting
Type: System.IntPtr
type
Type: Kofax.OmniPageCSDK.ArgTypes.STSTYPES
root_of_creation
Type: System.IntPtr
symb_name
Type: System.String
flags
Type: Kofax.OmniPageCSDK.ArgTypes.STSFLAGS
def_values
Type:System.Int32[]
enum_elements
Type:Kofax.OmniPageCSDK.ArgTypes.SEnumTypeElement[]

Return Value

Type: RECERR
See Also