RecAPI.kRecSettingGetEnumElement Method (IntPtr, Int32, String)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecSettingGetEnumElement(
IntPtr sett,
int index,
out string str_value
)
Public Shared Function kRecSettingGetEnumElement (
sett As IntPtr,
index As Integer,
<OutAttribute> ByRef str_value As String
) As RECERR
public:
static RECERR kRecSettingGetEnumElement(
IntPtr sett,
int index,
[OutAttribute] String^% str_value
)
Parameters
- sett
- Type: System.IntPtr
- index
- Type: System.Int32
- str_value
- Type: System.String
Return Value
Type:
RECERR
See Also