Use this setting to automatically add the specified colour control strip to each printed page to verify printed colours.
You can select a pre-installed or a user-installed colour control strip. Pre-installed colour control strips can have names like "Fogra Media Wedge V2" or "IDEAlliance Control Strip 2009". Check the Settings Editor for available pre-installed or user-installed colour control bar names.
Setting @MarkPosition is related to the orientation of the page content. The orientation of the bar content is considered to be landscape. The rotation of the bar is determined automatically:
Top and left position:
The top of the bar points towards the edge of the page.
Bottom and right position:
The bottom of the bar points towards the edge of the page.
Syntax
XPath: /JDF/ResourcePool/Layout/MarkObject/ColorControlStrip/@DescriptiveName
Type
String
Supported values
|  
 @DescriptiveName  | 
 
 
 Description  | 
 
|---|---|
|  
 “Colour control bar name”  | 
 
 
 Pre-installed or user-installed on print server  | 
 
Syntax
XPath: /JDF/ResourcePool/Layout/MarkObject/DeviceMark/@MarkPosition
Type
Enumeration
Supported values
|  
 @MarkPosition  | 
 
 
 Description  | 
 
|---|---|
|  
 Top  | 
 
 
 Top edge  | 
 
|  
 Bottom  | 
 
 
 Bottom edge  | 
 
|  
 Left  | 
 
 
 Left edge  | 
 
|  
 Right  | 
 
 
 Right edge  | 
 
Syntax
XPath: /JDF/ResourcePool/Layout/MarkObject/DeviceMark/@MarkJustification
Type
Enumeration
Supported values
|  
 @MarkJustification  | 
 
 
 Description  | 
 
|---|---|
|  
 Center  | 
 
 
 Centred on the page edge.  | 
 
|  
 Left  | 
 
 
 Related to the orientation of the content of the colour control bar.  | 
 
|  
 Right  | 
 
 
 Related to the orientation of the content of the colour control bar.  | 
 
<JDF>
<ResourcePool>
<Layout ID ="layout_1" Class ="Parameter" Status ="Available">
<MarkObject>
<ColorControlStrip DescriptiveName ="IDEAlliance Control Strip 2009"/>
<DeviceMark MarkPosition ="Left" MarkJustification ="Center"/>
</MarkObject>
</Layout>
</ResourcePool>
<ResourceLinkPool>
<LayoutLink rRef ="layout_1" Usage ="Input"/>
</ResourceLinkPool>
</JDF>