Επεξεργασία

Κοινή χρήση μέσω


PrintQueueAttributes Enum

Definition

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
PrintQueueAttributes
Attributes

Fields

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.

Hidden 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.

Applies to