Sample lnt files, Code 39 bar code with text sample – Avery Dennison Pathfinder 6057 LNT Programmer Manual using XML User Manual
Page 65

Sample LNT Files A-1
S A M P L E L N T F I L E S
This appendix contains sample LNT files. Sample LNT files are included in the
\Windows\Resources\LNTs folder on the 6057 Mobile Device (printer).
C o d e 3 9 B a r Co d e w i t h T e x t S a mp l e
This sample contains a Code 39 bar code with a text field. The application needs to call this
LNT file before the user enters data at print time.
<?
xml
version
=
"1.0"
?>
<Job>
<Quantity>
1
</Quantity>
<LabelSize
units
=
"Inches"
length
=
"1.10"
width
=
"2.00"
/>
<Image
id
=
"Code39"
version
=
"1"
>
<ImageSize
units
=
"Inches"
x
=
"0.05"
y
=
"0.00"
height
=
"1.00"
width
=
"2.00"
origin
=
"BottomLeft"
/>
<Fields
count
=
"2"
>
<BarcodeField
id
=
"Code39BC"
>
<Volatile>
1
</Volatile>
<Origin
units
=
"Inches"
x
=
"0.80"
y
=
"0.17"
justification
=
"Center"
/>
<BarHeight
units
=
"Inches"
>
0.50
</BarHeight>
<Orientation>
0
</Orientation>
<Type>
code39
</Type>
<Options
density
=
"12"
/>
<Data
max
=
"20"
min
=
"0"
/>
</BarcodeField>
<TextField
id
=
"Code39HR"
>
<Volatile>
1
</Volatile>
<BoundingBox
units
=
"Inches"
x
=
"0.80"
y
=
"0.04"
height
=
"0.00"
width
=
"0.00"
/>
<Font
pointsizeheight
=
"10.0"
pointsizewidth
=
"0"
weight
=
"400"
>
Arial Bold
</Font>
<BackgroundColor>
Black
</BackgroundColor>
<ForegroundColor>
White
</ForegroundColor>
<VerticalJustification>
Bottom
</VerticalJustification>
<HorizontalJustification>
Center
</HorizontalJustification>
<Data
max
=
"20"
min
=
"0"
/>
</TextField>
</Fields>
</Image>
</Job>
A