SettingsIsFlagSet Method (String, STSFLAGS)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static bool IsFlagSet(
string settingName,
STSFLAGS whichFlags
)
Public Shared Function IsFlagSet (
settingName As String,
whichFlags As STSFLAGS
) As Boolean
public:
static bool IsFlagSet(
String^ settingName,
STSFLAGS whichFlags
)
Parameters
- settingName
- Type: SystemString
- whichFlags
- Type: OmniPageCSDK.ArgTypesSTSFLAGS
Return Value
Type:
Boolean
See Also