68
Chapter 4
Example 5:The Graphics Pa ss ^U0505^IBARC,EAN8,E,1234567^G^- prints:
^U0505 Causes the b arcode to be upside down with a
height of 0.5 inches.
^IBARC Turns ON the Barcode Mode.
EAN8 Sets the barcode style to EAN 8.
E Embeds the human-readable character translation
in the barcode.
1234567 Barcode data as well as human-readable
characters.
^G Com mand Terminator
Example 6:Barcodes may b e printed in all four orientations. The following
four Graphics Passes will print:
1. ^M0505000^IFONT,S,1^G^IBARC,C128,B,Horizontal^G
2. ^U0505000^T0250^IBARC,C128,B,Upside^G^-^*
3. ^E0505000 ^T0000^IBARC,C128,B,Vert Left^G
4. ^V0505000 ^T0250^IBARC,C128,B,Vert Right^G^-