Inherited from
Applies to Objects
Print Job
This interface is exposed from the Print Job object and is the primary interface for that object. This interface is useful for displaying and manipulating the properties of the Print Job object.
Property/Method |
Description |
Gets and sets the description of the print job. This is a simple textual description of the print job |
|
Gets the ADsPath string that references the print queue which is processing the print job |
|
Gets and sets the user to be notified when the job processing is complete. A message will be sent to this user when the job is printed |
|
Gets/Sets the ADsPath for the user object of the user to notify when job processing is complete |
|
Gets and sets the priority of the print job. Valid values are from 1 to 99, where 1 is the lowest priority and 99 is the highest priority |
|
Gets the size (in bytes) of the print job |
|
Gets and sets the earliest time the job should be printed |
|
Gets the time when the job was submitted to the queue |
|
Gets the total number of pages in the print job |
|
Gets and sets the time by which the job should be printed |
|
Gets the name of the user who submitted the print job |
|
Gets the ADsPath of the user object for the user that submitted the print job |
See Also