PrinterName
|
The device name of the printer that this job is queued on
|
Username
|
The name of the user who posted this print job
|
MachineName
|
The name of the machine from which this print job was posted
|
Document
|
The name of the document from which this print job was posted
|
StatusDescription
|
The text description of the print job status e.g. Printing, Paused etc.
|
DataType
|
The data type of the spool file e.g. RAW, EMF etc.
|
TotalPages
|
The total number of pages in this print job
|
PagesPrinted
|
The number of pages already printed out
|
Position
|
The job's position in the printer queue
|
PaperKind
|
The page size (using the PaperKind enumeration)
|
PaperWidth
|
The physical page width (when the PaperKind is PaperKind.Custom)
|
PaperLength
|
The physical page height (when the PaperKind is PaperKind.Custom)
|
Landscape
|
True if the print job is to be printed in landscape mode
|
Color
|
True if the print job is to be printed in color mode
|
PaperSource
|
Returns the PaperSourceKind selected for this print job
|
PrinterResolutionKind
|
Returns the PrinterResolutionKind set for this print job
|
PrinterResolutionX
|
The printer resolution in the X axis for this print job (where PrinterResolutionKind is set to PrinterResolutionKind.Custom)
|
PrinterResolutionY
|
The printer resolution in the Y axis for this print job (where PrinterResolutionKind is set to PrinterResolutionKind.Custom)
|
Copies
|
The number of copies of this job to print
|
NotifyUserName
|
The name of the user to notify when the job is printed or with any other job information.
|
PrintProcessorName
|
The name of the print processor handling this print job
|
Drivername
|
The name of the printer driver that is handling this print job
|
Priority
|
A value between 1 (lowest) to 99 (highest) that is the priority of this print job. Jobs with higher priority will be printed ahead of those with lower priorities.
|
Parameters
|
The driver specific parameters passed with this print job
|
Submitted
|
The date and time that this job was submitted for printing
|
TimeWindow
|
The earliest and latest time that this job can be printed. This may be Unrestricted if there is no specified time window that this print job must print in
|
JobSize
|
The size (in bytes) of the print job
|