PrintQueueAttributes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the attributes of a print queue and its printer.
This enumeration supports a bitwise combination of its member values.
public enum class PrintQueueAttributes
[System.Flags]
public enum PrintQueueAttributes
[<System.Flags>]
type PrintQueueAttributes =
Public Enum PrintQueueAttributes
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No print queue attribute is specified. |
Queued | 1 | The print queue can hold more than one print job at a time. |
Direct | 2 | The print queue sends print jobs immediately to the printer instead of spooling jobs first. |
Shared | 8 | The print queue is shared. |
32 | The print queue is not visible in the application UI. |
|
EnableDevQuery | 128 | The queue holds its jobs when the document and printer configurations do not match. |
KeepPrintedJobs | 256 | The printer language file is not deleted after the file prints. |
ScheduleCompletedJobsFirst | 512 | The queue prints a fully spooled job before it prints higher priority jobs that are still spooling. |
EnableBidi | 2048 | The printer's bidirectional communication is enabled. |
RawOnly | 4096 | The print queue cannot use enhanced metafile (EMF) printing. |
Published | 8192 | The print queue is visible to other network users. |