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