Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Namespace:  System.Printing
Assembly:  System.Printing (in System.Printing.dll)
[FlagsAttribute]
public enum PrintQueueAttributes
Member nameDescription
PublishedThe print queue is visible to other network users.
RawOnlyThe print queue cannot use enhanced metafile (EMF) printing.
EnableBidiThe printer's bidirectional communication is enabled.
ScheduleCompletedJobsFirstThe queue prints a fully spooled job before it prints higher priority jobs that are still spooling.
KeepPrintedJobsThe printer language file is not deleted after the file prints.
EnableDevQueryThe queue holds its jobs when the document and printer configurations do not match.
HiddenThe print queue is not visible in the application UI.
SharedThe print queue is shared.
QueuedThe print queue can hold more than one print job at a time.
NoneNo print queue attribute is specified.
DirectThe print queue sends print jobs immediately to the printer instead of spooling jobs first.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.