Click or drag to resize

ProfileSetAllSettings Method

Change settings in the profile.

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

Parameters

settings  DictionaryString, 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