SettingsProvider Methods | 
          
The SettingsProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAllSettings | 
            Retrieve all settings and their attributes.
              | |
| GetAllSettingValues | 
            Retrieves all of the device's setting values.
              | |
| GetAvailableSettings | 
            Retrieve all of the setting identifiers for a device.
              | |
| GetSettingRange | 
            Retrieves the allowable range for a setting.
              | |
| GetSettingsValues | 
            Retrieves the device's setting values for a list of setting IDs.
              | |
| GetSettingType | 
            Returns the data type of the setting.
              | |
| GetSettingValue | 
            Retrieves the device's setting value for a setting id.
              | |
| IsSettingReadOnly | 
            Returns true if the setting is read only.
              | |
| IsSettingValid | 
            Returns true if value is valid for the given setting.
              | |
| IsSettingWriteOnly | 
            Returns true if the setting is write only.
              | |
| ProcessSettingsViaMap | 
            Change or retrieve printer settings. 
              | |
| SetSetting | 
            Sets the setting to the given value.
              | |
| SetSettings | 
            Set more than one setting.
              |