This documentation is archived and is not being maintained.
PrintQueueIndexedProperty Enumeration
Visual Studio 2008
Specifies the properties that are initialized when a PrintQueue object is constructed.
Assembly: System.Printing (in System.Printing.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| Description | The description of the queue. | |
| Comment | A comment specific to the print queue. | |
| ShareName | The share name of the queue. | |
| Name | The name of the print queue. | |
| DefaultPriority | The default priority. | |
| Priority | The priority of the print queue relative to other print queues serving the same printer. | |
| Location | The location of the physical printer. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: