PrintQueueAttributes Enumeration
.NET Framework 3.0
Specifies the attributes of a print queue and its printer.
Assembly: System.Printing (in system.printing.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.PrintingAssembly: 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: