The information bar automatically adds a named set of job information attributes to each printed page. Check the Settings Editor for available pre-installed or user-installed information 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/JobField/@DescriptiveName
Type
String
Supported values
|  
 @DescriptiveName  | 
 
 
 Description  | 
 
|---|---|
|  
 “Information 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 information bar.  | 
 
|  
 Right  | 
 
 
 Related to the orientation of the content of the information bar.  | 
 
<JDF>
<ResourcePool>
<Layout ID ="layout_1" Class ="Parameter" Status ="Available">
<MarkObject>
<JobField DescriptiveName ="FOGRA Validation Print"/>
<DeviceMark MarkPosition ="Right" MarkJustification ="Center"/>
</MarkObject>
</Layout>
</ResourcePool>
<ResourceLinkPool>
<LayoutLink rRef ="layout_1" Usage ="Input"/>
</ResourceLinkPool>
</JDF>