Click or drag to resize

JobControlProvider Methods

The JobControlProvider type exposes the following members.

Methods
  NameDescription
Public methodGetAllJobSettings
Retrieve all settings and their attributes.
Public methodGetAllJobSettingValues
Retrieves all of the device's setting values.
Public methodGetJobSettingRange
Retrieves the allowable range for a setting.
Public methodGetJobSettings
Retrieve all of the setting identifiers for a device.
Public methodGetJobSettingsValues
Retrieves the device's setting values for a list of setting IDs.
Public methodGetJobSettingType
Returns the data type of the setting.
Public methodGetJobSettingValue
Retrieves the device's setting value for a setting ID.
Public methodIsJobSettingReadOnly
Returns true if the setting is read only.
Public methodIsJobSettingValid
Returns true if value is valid for the given setting.
Public methodIsJobSettingWriteOnly
Returns true if the setting is write only.
Public methodSetJobSetting
Sets the setting to the given value.
Public methodSetJobSettings
Set more than one setting.
Top
See Also