This documentation is archived and is not being maintained.
PrintQueueIndexedProperty Enumeration
Visual Studio 2010
Specifies the properties that are initialized when a PrintQueue object is constructed.
Assembly: System.Printing (in System.Printing.dll)
| Member name | Description | |
|---|---|---|
| Priority | The priority of the print queue relative to other print queues serving the same printer. | |
| Name | The name of the print queue. | |
| Description | The description of the queue. | |
| DefaultPrintTicket | The default print ticket object. | |
| UserPrintTicket | The print ticket for the user. | |
| SeparatorFile | The path to the separator file. | |
| QueueStatus | The current status of the queue. | |
| HostingPrintServer | The host print server. | |
| QueuePrintProcessor | The print processor for the print queue. | |
| QueuePort | The printer port used by the print queue. | |
| QueueDriver | The printer driver for the queue. | |
| QueueAttributes | The attributes of the print queue. | |
| NumberOfJobs | The number of jobs in the print queue. | |
| AveragePagesPerMinute | The speed of the print queue. | |
| UntilTimeOfDay | The time of day that the queue stops printing jobs. | |
| StartTimeOfDay | The time of day that the queue begins printing its jobs. | |
| Location | The location of the physical printer. | |
| Comment | A comment specific to the print queue. | |
| ShareName | The share name of the queue. | |
| DefaultPriority | The default priority. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: