RecAPIkRecSettingCreateInt Method (IntPtr, STSTYPES, 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)
Syntaxpublic static RECERR kRecSettingCreateInt(
out IntPtr created_setting,
STSTYPES type,
string symb_name,
STSFLAGS flags,
int def_value,
SEnumTypeElement[] enum_elements
)
Public Shared Function kRecSettingCreateInt (
<OutAttribute> ByRef created_setting As IntPtr,
type As STSTYPES,
symb_name As String,
flags As STSFLAGS,
def_value As Integer,
enum_elements As SEnumTypeElement()
) As RECERR
public:
static RECERR kRecSettingCreateInt(
[OutAttribute] IntPtr% created_setting,
STSTYPES type,
String^ symb_name,
STSFLAGS flags,
int def_value,
array<SEnumTypeElement>^ enum_elements
)
Parameters
- created_setting
- Type: SystemIntPtr
- type
- Type: Kofax.OmniPageCSDK.ArgTypesSTSTYPES
- 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