Click or drag to resize

SettingsProviderProcessSettingsViaMap Method

Change or retrieve printer settings.

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

Parameters

settingValuePairs
Type: System.Collections.GenericDictionaryString, String
The settings to change or retrieve

Return Value

Type: DictionaryString, String
Results of the setting commands
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf a setting is malformed, or one or more settings could not be set.
Remarks
Due to the setting verification and validation, additional time and data traffic will be needed for each ProcessSettingsViaMap method call. It is recommended to bundle all settings into one map and one method call to reduce this overhead.
See Also