Inherited from
Applies to Objects
This interface is exposed from the Print Queue object and is the primary interface for that object. The interface is useful for displaying and manipulating the properties of the Print Queue object.
Property/Method |
Description |
Gets and sets the file system path that points to the banner page used to separate print jobs |
|
Gets and sets the type of data that can be processed by the queue |
|
Gets and sets the default priority assigned to each print job |
|
Gets and sets a brief description for the print queue |
|
Gets and sets the location of the queue as described by an administrator |
|
Gets and sets the name of the driver used by the print queue |
|
Gets the net address fields that represent the binding information for an object |
|
Gets and sets an array of strings containing the names of the printer ports to which the print queue spools jobs |
|
Gets the string that references the path by which a shared printer may be accessed |
|
Gets and sets the name of the print processor used by the printer |
|
Gets and sets the priority of the Printer object's job queue for any connected devices. All jobs in the higher priority Print Queue objects are processed before those in the lower priority Print Queue objects |
|
Gets and sets the time at which the queue should begin processing jobs |
|
Gets and sets the time at which the queue should stop processing jobs |
Example
Dim PrintQueue As IADsPrintQueue
'Get the interface. In the path HP DeskJet 500C is the print
queue.
Set PrintQueue = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Print the printer path property
Debug.Print PrintQueue.PrinterPath
See Also