Click or drag to resize

ProfileSetSetting Method (String, Setting)

Change the setting in the profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SetSetting(
	string settingId,
	Setting setting
)

Parameters

settingId
Type: SystemString
The setting id.
setting
Type: Zebra.Sdk.SettingsSetting
The setting.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting is malformed, or if the setting could not be set.
See Also