Click or drag to resize

ProfileSetSetting(String, Setting) Method

Change the setting in the profile.

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

Parameters

settingId  String
The setting id.
setting  Setting
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