SettingsCreateBool Method (String, STSFLAGS, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static Setting CreateBool(
string settingName,
STSFLAGS flags,
bool defaultValue
)
Public Shared Function CreateBool (
settingName As String,
flags As STSFLAGS,
defaultValue As Boolean
) As Setting
public:
static Setting^ CreateBool(
String^ settingName,
STSFLAGS flags,
bool defaultValue
)
Parameters
- settingName
- Type: SystemString
- flags
- Type: Kofax.OmniPageCSDK.ArgTypesSTSFLAGS
- defaultValue
- Type: SystemBoolean
Return Value
Type:
Setting
See Also