Click or drag to resize

ProfileSetSettings Method

Set more than one setting.

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public void SetSettings(
	Dictionary<string, string> settingValuePairs
)

Parameters

settingValuePairs  DictionaryString, String
Map a setting ID to the new value for the setting.

Implements

SettingsProviderSetSettings(DictionaryString, String)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings cannot be saved in the profile.
See Also