PrintQueueAttributes Enumeration
Specifies the attributes of a print queue and its printer.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Printing (in System.Printing.dll)
| Member name | Description | |
|---|---|---|
| Direct | The print queue sends print jobs immediately to the printer instead of spooling jobs first. | |
| EnableBidi | The printer's bidirectional communication is enabled. | |
| EnableDevQuery | The queue holds its jobs when the document and printer configurations do not match. | |
| Hidden | The print queue is not visible in the application UI. | |
| KeepPrintedJobs | The printer language file is not deleted after the file prints. | |
| None | No print queue attribute is specified. | |
| Published | The print queue is visible to other network users. | |
| Queued | The print queue can hold more than one print job at a time. | |
| RawOnly | The print queue cannot use enhanced metafile (EMF) printing. | |
| ScheduleCompletedJobsFirst | The queue prints a fully spooled job before it prints higher priority jobs that are still spooling. | |
| Shared | The print queue is shared. |
Available since 3.0