Click or drag to resize

SettingsProvider Methods

The SettingsProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAllSettings
Retrieve all settings and their attributes.
Public methodGetAllSettingValues
Retrieves all of the device's setting values.
Public methodGetAvailableSettings
Retrieve all of the setting identifiers for a device.
Public methodGetSettingRange
Retrieves the allowable range for a setting.
Public methodGetSettingsValues
Retrieves the device's setting values for a list of setting IDs.
Public methodGetSettingType
Returns the data type of the setting.
Public methodGetSettingValue
Retrieves the device's setting value for a setting id.
Public methodIsSettingReadOnly
Returns true if the setting is read only.
Public methodIsSettingValid
Returns true if value is valid for the given setting.
Public methodIsSettingWriteOnly
Returns true if the setting is write only.
Public methodProcessSettingsViaMap
Change or retrieve printer settings.
Public methodSetSetting
Sets the setting to the given value.
Public methodSetSettings
Set more than one setting.
Top
See Also