Click or drag to resize

SettingsSetDoubleArrayElement Method (String, Int32, Double)

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 2025.1.0.0
Syntax
public void SetDoubleArrayElement(
	string settingName,
	int index,
	double value
)

Parameters

settingName
Type: SystemString
index
Type: SystemInt32
value
Type: SystemDouble
See Also