Click or drag to resize

SettingsProvider Methods

The SettingsProvider type exposes the following members.

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