Property Name
PrintProcessor
Property Type
String
Description
Gets and sets the name of the print processor used by the printer.
For instance, the windows print processor "winprint" and the
Macintosh print processor "sfmpsprt". To use the latter, you need
to have services for Macintosh installed. Third party vendors may
supply custom print processors to support custom data types.
Example
Dim PrintQueue As IADsPrintQueue
'Get the interface
Set PrintQueue = GetObject ("NTDS://MSFT/MOON/HP DeskJet 500C")
'Get PrintProcessor property
Debug.Print PrintQueue.PrintProcessor
'Set the PrintProcessor property
PrintQueue.PrintProcessor = "winprint"
'Commit the changes
PrintQueue.SetInfo
See Also
Creating Custom Separator Page Files