SettingsSetBoolArrayElement Method (String, Int32, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void SetBoolArrayElement(
string settingName,
int index,
bool value
)
Public Sub SetBoolArrayElement (
settingName As String,
index As Integer,
value As Boolean
)
public:
void SetBoolArrayElement(
String^ settingName,
int index,
bool value
)
Parameters
- settingName
- Type: SystemString
- index
- Type: SystemInt32
- value
- Type: SystemBoolean
See Also