Click or drag to resize

JobControlProviderSetJobSetting 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: SystemString
The setting ID.
value
Type: SystemString
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