PrintQueueIndexedProperty 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 properties that are initialized when a PrintQueue object is constructed.
public enum class PrintQueueIndexedProperty
public enum PrintQueueIndexedProperty
type PrintQueueIndexedProperty =
Public Enum PrintQueueIndexedProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Name | 0 | The name of the print queue. |
ShareName | 1 | The share name of the queue. |
Comment | 2 | A comment specific to the print queue. |
Location | 3 | The location of the physical printer. |
Description | 4 | The description of the queue. |
Priority | 5 | The priority of the print queue relative to other print queues serving the same printer. |
DefaultPriority | 6 | The default priority. |
StartTimeOfDay | 7 | The time of day that the queue begins printing its jobs. |
UntilTimeOfDay | 8 | The time of day that the queue stops printing jobs. |
AveragePagesPerMinute | 9 | The speed of the print queue. |
NumberOfJobs | 10 | The number of jobs in the print queue. |
QueueAttributes | 11 | The attributes of the print queue. |
QueueDriver | 12 | The printer driver for the queue. |
QueuePort | 13 | The printer port used by the print queue. |
QueuePrintProcessor | 14 | The print processor for the print queue. |
HostingPrintServer | 15 | The host print server. |
QueueStatus | 16 | The current status of the queue. |
SeparatorFile | 17 | The path to the separator file. |
UserPrintTicket | 18 | The print ticket for the user. |
DefaultPrintTicket | 19 | The default print ticket object. |