RecAPIkRecSettingCreateIntArray Method |
Namespace: Kofax.OmniPageCSDK.CAPI
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 )
Public Shared Function kRecSettingCreateIntArray ( <OutAttribute> ByRef created_setting As IntPtr, type As STSTYPES, root_of_creation As IntPtr, symb_name As String, flags As STSFLAGS, def_values As Integer(), enum_elements As SEnumTypeElement() ) As RECERR
public: static RECERR kRecSettingCreateIntArray( [OutAttribute] IntPtr% created_setting, STSTYPES type, IntPtr root_of_creation, String^ symb_name, STSFLAGS flags, array<int>^ def_values, array<SEnumTypeElement>^ enum_elements )