Click or drag to resize

JobControlProviderGetAllJobSettingValues Method

Retrieves all of the device's setting values.

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

Return Value

Type: DictionaryString, String
A Dictionary containing the job setting IDs and values of all the settings provided by the printer.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded
See Also