Click or drag to resize

Device Methods

The Device type exposes the following members.

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