Click or drag to resize

SettingsProvider.SetSettings Method

Set more than one setting.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
void SetSettings(
	Dictionary<string, string> settingValuePairs
)

Parameters

settingValuePairs
Type: System.Collections.Generic.Dictionary<String, String>
Map a setting ID to the new value for the setting.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings cannot be sent to the device.
See Also