IADsPrintJob Interface

Inherited from

IDispatch

IUnknown

IADs

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

Description

Gets and sets the description of the print job. This is a simple textual description of the print job

HostPrintQueue

Gets the ADsPath string that references the print queue which is processing the print job

Notify

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

NotifyPath

Gets/Sets the ADsPath for the user object of the user to notify when job processing is complete

Priority

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

Size

Gets the size (in bytes) of the print job

StartTime

Gets and sets the earliest time the job should be printed

TimeSubmitted

Gets the time when the job was submitted to the queue

TotalPages

Gets the total number of pages in the print job

UntilTime

Gets and sets the time by which the job should be printed

User

Gets the name of the user who submitted the print job

UserPath

Gets the ADsPath of the user object for the user that submitted the print job

 

See Also