Click or drag to resize

RecAPI.kRecSettingGetEnumElement Method (IntPtr, Int32, String, Int32)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public static RECERR kRecSettingGetEnumElement(
	IntPtr sett,
	int index,
	out string str_value,
	out int int_value
)

Parameters

sett
Type: System.IntPtr
index
Type: System.Int32
str_value
Type: System.String
int_value
Type: System.Int32

Return Value

Type: RECERR
See Also