JobControlProvider Methods |
The JobControlProvider type exposes the following members.
Name | Description | |
---|---|---|
GetAllJobSettings |
Retrieve all settings and their attributes.
| |
GetAllJobSettingValues |
Retrieves all of the device's setting values.
| |
GetJobSettingRange |
Retrieves the allowable range for a setting.
| |
GetJobSettings |
Retrieve all of the setting identifiers for a device.
| |
GetJobSettingsValues |
Retrieves the device's setting values for a list of setting IDs.
| |
GetJobSettingType |
Returns the data type of the setting.
| |
GetJobSettingValue |
Retrieves the device's setting value for a setting ID.
| |
IsJobSettingReadOnly |
Returns true if the setting is read only.
| |
IsJobSettingValid |
Returns true if value is valid for the given setting.
| |
IsJobSettingWriteOnly |
Returns true if the setting is write only.
| |
SetJobSetting |
Sets the setting to the given value.
| |
SetJobSettings |
Set more than one setting.
|