7.6

Table Of Contents
SetStrokeColor([0,0,0,100])
SetFillColor([0,0,0,0])
LineTo(&width,0.0)
LineTo(&width,&height)
LineTo(0.0,&height)
LineTo(0.0,0.0)
ClosePath()
Stroke()
endobject()
Bar Codes
ShowBarCode (procedure)
Note: This PressTalk command is deprecated. Use instead the barcode-specific commands.
Displays a specified string as a barcode.
Syntax
showbarcode( string )
Arguments
string
Value of type string to display as a barcode.
showbarcode needs 3 additional parameters before it can display the barcode. These parameters must be set before calling
showbarcode, using the following variables:
BarWidth
Measure value setting the width of each bar, in inches.
BarHeight
Measure value setting the height of each bar, in inches.
BarType
Integer value specifying the type of barcode to print. Current possible values include:
BarType: Code:
0 Code 39
1 Code 128
2 UPC_A
3 UPC_E
©2010 Objectif Lune Inc - 589 -