Avery Dennison Pathfinder 6140 User Manual Page 66

  • Download
  • Add to my manuals
  • Print
  • Page
    / 80
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 65
A-2 LNT Programmer’s Manual
Fixed Field Sample
This sample defines all fixed fields (two text fields and a UPCA bar code field) and prints
immediately when copied into the Mobile Device’s (printer’s) Temp\Print folder.
<?xml version="1.0" ?>
<Job>
<Quantity>1</Quantity>
<LabelSize units="Inches" length="2.00" width="2.00" />
<Image id="pretzels" version="1">
<ImageSize units="Inches" x="0.0" y="0.0" height="2.00" width="2.00" origin="TopLeft" />
<Fields count="3">
<TextField id="item">
<Volatile>0</Volatile>
<BoundingBox units="Inches" x="0.35" y="0.25" height="0" width="0.75" />
<Font pointsizeheight="11" pointsizewidth="8" weight="500">Arial</Font>
<VerticalJustification>Bottom</VerticalJustification>
<HorizontalJustification>Left</HorizontalJustification>
<Data>PRETZELS</Data>
</TextField>
<BarcodeField id="upca">
<Volatile>0</Volatile>
<Origin units="Inches" justification="Left" x="0.400" y="1.050"/>
<BarHeight units="Inches">0.50</BarHeight>
<Type>upca</Type>
<Options density="4" humanreadable="1" />
<Data>123456789012</Data>
</BarcodeField>
<TextField id="price">
<Volatile>0</Volatile>
<BoundingBox units="Inches" x="0.70" y="1.35" height="0" width="0" />
<Font pointsizeheight="11" pointsizewidth="11" weight="600">Arial Bold</Font>
<VerticalJustification>Bottom</VerticalJustification>
<HorizontalJustification>Left</HorizontalJustification>
<Data>$0.79</Data>
</TextField>
</Fields>
</Image>
</Job>
Page view 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 79 80

Comments to this Manuals

No comments