JobProcessing element
The optional JobProcessing element contains all the requested processing attributes that are applicable at the job level.
JobProcessing is defined in the namespace at this URI: https://schemas.microsoft.com/windows/2006/08/wdp/print and referenced by the prefix wprt. (This resource may not be available in some languages and countries.)
Usage
<wprt:JobOriginatingUserName>
child elements
</wprt:JobOriginatingUserName>
Attributes
There are no attributes.
Text value
None
Child elements
Element | Description |
---|---|
Specifies the requested number of copies of the print job. |
|
A collection of elements that describe all of the finishing options requested for the current job. |
|
Specifies the relative priority of a job. |
|
Xxx |
Any IHV-defined extensions |
Parent elements
Element | Description |
---|---|
Defines all of the description and processing parameters of the currently identified job. |
Remarks
A client can optionally provide JobProcessing
information within the PrintTicket element during a CreatePrintJobRequest call, and optionally again when submitting the document data in a SendDocumentRequest or AddDocumentRequest request. The WSD Print Service should use its default JobProcessing
values if the client does not provide any.
The following syntax block shows that you must also prefix the names of the child elements with the appropriate namespace (in this case wprt), to be certain that you are referencing child elements in the correct namespace.
<wprt:JobProcessing>
<wprt:Copies> data </wprt:Copies>
<wprt:JobFinishings> data </wprt:JobFinishings>
...
</wprt:JobProcessing>
See also
Send comments about this topic to Microsoft
Build date: 7/19/2012