Click or drag to resize

ProfileGetAllSettingValues Method

Retrieves all of the profile's setting values.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public Dictionary<string, string> GetAllSettingValues()

Return Value

Type: DictionaryString, String
Values of all the settings provided by the profile.

Implements

SettingsProviderGetAllSettingValues
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded.
See Also