Click or drag to resize

JobControlProviderSetJobSettings Method

Set more than one setting.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetJobSettings(
	Dictionary<string, string> settingValuePairs
)

Parameters

settingValuePairs
Type: System.Collections.GenericDictionaryString, String
A Dictionary containing the setting IDs and new values.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings cannot be sent to the device.
See Also