SettingsProviderProcessSettingsViaMap Method
|
Change or retrieve printer settings.
Namespace: Zebra.Sdk.SettingsAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax Dictionary<string, string> ProcessSettingsViaMap(
Dictionary<string, string> settingValuePairs
)
Function ProcessSettingsViaMap (
settingValuePairs As Dictionary(Of String, String)
) As Dictionary(Of String, String)
Dictionary<String^, String^>^ ProcessSettingsViaMap(
Dictionary<String^, String^>^ settingValuePairs
)
Parameters
- settingValuePairs DictionaryString, String
- The settings to change or retrieve
Return Value
DictionaryString,
StringResults of the setting commands
Exceptions 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