Click or drag to resize

SettingsCreateDouble Method (Setting, String, STSFLAGS, Double)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public static Setting CreateDouble(
	Setting root,
	string settingName,
	STSFLAGS flags,
	double defaultValue
)

Parameters

root
Type: OmniPageCSDK.CAPISetting
settingName
Type: SystemString
flags
Type: OmniPageCSDK.ArgTypesSTSFLAGS
defaultValue
Type: SystemDouble

Return Value

Type: Setting
See Also