Click or drag to resize

JobControlProvider.SetJobSetting Method

Sets the setting to the given value.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetJobSetting(
	string settingId,
	string value
)

Parameters

settingId
Type: System.String
The setting ID.
value
Type: System.String
The setting's value
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the setting is read only, does not exist, or if the setting could not be set
See Also