JobOptimalDestinationColorProfile
This topic is not current. For the most current information, see the Print Schema Specification.
Specifies the optimal color profile given the current device configuration.
Element Information
Name | Value |
---|---|
Element Type |
Property |
Scoping Prefix |
Job |
Notes |
None |
Structural Content
The XML structure of this element is:
<psf:Property name="psk:JobOptimalDestinationColorProfile">
<psf:Property name="psk:Profile">
<psf:Value xsi:type="xs:string">_ProfileValue_</psf:Value>
<psf:Property name="psk:ProfileData">
<psf:Value xsi:type="xs:string">_ProfileDataValue_</psf:Value>
</psf:Property>
<psf:Property name="psk:Path">
<psf:Value xsi:type="xs:string">_PathValue_</psf:Value>
</psf:Property>
</psf:Property>
</psf:Property>
Structure Variables
The following table outlines the characteristics of the variables defined in the XML structure.
Name | Data type | Unit | Supported values | Summary |
---|---|---|---|---|
_ProfileValue_ |
string |
n/a |
RGB, ICC, CMYK |
Specifies the color profile. |
_PathValue_ |
string |
n/a |
n/a |
Specifies file path to the profile. |
_ProfileDataValue_ |
string |
n/a |
n/a |
Contains profile data content. |
Extensible Markup Language (XML) Content
The public Print Schema keywords are defined in the https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords
namespace. The public Extensible Markup Language (XML) content for this keyword is defined below:
<psf:Property name="psk:JobOptimalDestinationColorProfile">
<psf:Property name="psk:Profile">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
<psf:Property name="psk:ProfileData">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
<psf:Property name="psk:Path">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:Property>
</psf:Property>
</psf:Property>