Defining Field Setup XML Tags 3-11
Defining the Origin Tag (Required)
The Origin tag defines the corner of the bar code.
It contains the following attributes: units, justification, x, and y.
Syntax <Origin units=”value”
justification=”value” x=”value”
y=”value” />
units Unit of measure. Options:
Inches Inches
MM Millimeters
Pixels Pixels (default)
justification Justification of the bar code in respect
to the origin location. Options:
Left (default)
Center
Right
Note: Starting at the specified x,y coordinates, the bar code fills in
to the right with Left justification.
to the left and right with Center justification.
to the left with Right justification.
x X-Coordinate of the corner of the bar code. An integer or float (in selected
units) that is less than the width.
y Y-Coordinate of the corner of the bar code. An integer or float (in selected
units) that is less than the height.
Example <Origin units=”Inches” justification=”Left” x=”0.05” y=”0.25” />
Defines the left corner of the bar code starting on the x axis at 0.05 and the y axis at 0.25.
Example <Origin units=”Inches” justification=”Center” x=”0.05”
y=”0.25” />
Defines the center of the bar code starting on the x axis at 0.05 and the y axis at 0.25.