Click or drag to resize

ProfileSetAllSettings Method

Change settings in the profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SetAllSettings(
	Dictionary<string, Setting> settings
)

Parameters

settings
Type: System.Collections.GenericDictionaryString, Setting
The settings to change
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.
See Also